Removed locks.

svn path=/trunk/; revision=21286
This commit is contained in:
James Tabor 2006-03-10 23:32:46 +00:00
parent 90f7dc6f6c
commit 7ced4f775a
2 changed files with 16 additions and 23 deletions

View file

@ -1,3 +1,13 @@
/*
* PROJECT: ReactOS Universal Serial Bus Driver/Helper Library
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/usb/usbd/usbd.c
* PURPOSE: Helper Library for USB
* PROGRAMMERS:
* Filip Navara <xnavara@volny.cz>
*
*/
/*
* Universal Serial Bus Driver/Helper Library
*

View file

@ -1,27 +1,10 @@
/*
* ReactOS kernel
* Copyright (C) 2001, 2002, 2003, 2004, 2005 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
/*
* Universal Serial Bus Bulk Storage Driver
*
* Written by James Tabor
*
* PROJECT: ReactOS Universal Serial Bus Bulk Storage Driver
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/usb/usbstor/usbstor.c
* PURPOSE: USB block storage device driver.
* PROGRAMMERS:
* James Tabor
*/
/* INCLUDES ******************************************************************/