Corrected usb.h
This commit is contained in:
commit
855f93b7c5
1 changed files with 4 additions and 1 deletions
|
@ -245,7 +245,10 @@ typedef enum
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GRUB_USBMS_PROTOCOL_BULK = 0x50
|
GRUB_USBMS_PROTOCOL_BULK = 0x50,
|
||||||
|
/* Experimental support for Control/Bulk/Interrupt (CBI) devices */
|
||||||
|
GRUB_USBMS_PROTOCOL_CBI = 0x00, /* CBI with interrupt */
|
||||||
|
GRUB_USBMS_PROTOCOL_CB = 0x01 /* CBI wthout interrupt */
|
||||||
} grub_usbms_protocol_t;
|
} grub_usbms_protocol_t;
|
||||||
|
|
||||||
static inline struct grub_usb_desc_if *
|
static inline struct grub_usb_desc_if *
|
||||||
|
|
Loading…
Reference in a new issue