patch-2.4.0-test5 linux/drivers/usb/storage/transport.h

Next file: linux/drivers/usb/storage/usb.c
Previous file: linux/drivers/usb/storage/transport.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/usb/storage/transport.h linux/drivers/usb/storage/transport.h
@@ -1,7 +1,7 @@
 /* Driver for USB Mass Storage compliant devices
  * Transport Functions Header File
  *
- * $Id: transport.h,v 1.1 2000/06/27 01:25:28 mdharm Exp $
+ * $Id: transport.h,v 1.4 2000/07/23 18:40:38 groovyjava Exp $
  *
  * Current development and maintainance by:
  *   (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
@@ -41,6 +41,7 @@
 #ifndef _TRANSPORT_H_
 #define _TRANSPORT_H_
 
+#include <linux/config.h>
 #include <linux/blk.h>
 #include "usb.h"
 #include "scsi.h"
@@ -54,6 +55,12 @@
 #define US_PR_CBI	0x00		/* Control/Bulk/Interrupt */
 #define US_PR_CB	0x01		/* Control/Bulk w/o interrupt */
 #define US_PR_BULK	0x50		/* bulk only */
+#ifdef CONFIG_USB_STORAGE_HP8200e
+#define US_PR_SCM_ATAPI	0x80		/* SCM-ATAPI bridge */
+#endif
+#ifdef CONFIG_USB_STORAGE_SDDR09
+#define US_PR_SCM_SCSI	0x81		/* SCM-SCSI bridge */
+#endif
 
 /*
  * Bulk only data structures

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)