protocol.c (d585a021c0b10b0477d6b608c53e1feb8cde0507) | protocol.c (f940fcd8eadfe5b909a1474b57de7755edeee62b) |
---|---|
1/* Driver for USB Mass Storage compliant devices 2 * 3 * Current development and maintenance by: 4 * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 5 * 6 * Developed with the assistance of: 7 * (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org) 8 * (c) 2002 Alan Stern (stern@rowland.org) --- 29 unchanged lines hidden (view full) --- 38 * General Public License for more details. 39 * 40 * You should have received a copy of the GNU General Public License along 41 * with this program; if not, write to the Free Software Foundation, Inc., 42 * 675 Mass Ave, Cambridge, MA 02139, USA. 43 */ 44 45#include <linux/highmem.h> | 1/* Driver for USB Mass Storage compliant devices 2 * 3 * Current development and maintenance by: 4 * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 5 * 6 * Developed with the assistance of: 7 * (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org) 8 * (c) 2002 Alan Stern (stern@rowland.org) --- 29 unchanged lines hidden (view full) --- 38 * General Public License for more details. 39 * 40 * You should have received a copy of the GNU General Public License along 41 * with this program; if not, write to the Free Software Foundation, Inc., 42 * 675 Mass Ave, Cambridge, MA 02139, USA. 43 */ 44 45#include <linux/highmem.h> |
46#include <linux/export.h> |
|
46#include <scsi/scsi.h> 47#include <scsi/scsi_cmnd.h> 48 49#include "usb.h" 50#include "protocol.h" 51#include "debug.h" 52#include "scsiglue.h" 53#include "transport.h" --- 167 unchanged lines hidden --- | 47#include <scsi/scsi.h> 48#include <scsi/scsi_cmnd.h> 49 50#include "usb.h" 51#include "protocol.h" 52#include "debug.h" 53#include "scsiglue.h" 54#include "transport.h" --- 167 unchanged lines hidden --- |