mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
Removed locks.
svn path=/trunk/; revision=21286
This commit is contained in:
parent
90f7dc6f6c
commit
7ced4f775a
2 changed files with 16 additions and 23 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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 ******************************************************************/
|
||||
|
|
Loading…
Reference in a new issue