With the arrival of usb attached scsi support they
will be needed outside usb-msd.c too.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
struct usbdevice_s;
int usb_msc_init(struct usbdevice_s *usbdev);
-
-/****************************************************************
- * MSC flags
- ****************************************************************/
-
-#define US_SC_ATAPI_8020 0x02
-#define US_SC_ATAPI_8070 0x05
-#define US_SC_SCSI 0x06
-
-#define US_PR_BULK 0x50
-
#endif // ush-msc.h
#define USB_ENDPOINT_MAX_ADJUSTABLE 0x80
+/****************************************************************
+ * usb mass storage flags
+ ****************************************************************/
+
+#define US_SC_ATAPI_8020 0x02
+#define US_SC_ATAPI_8070 0x05
+#define US_SC_SCSI 0x06
+
+#define US_PR_BULK 0x50
+
/****************************************************************
* function defs
****************************************************************/