]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Usb.h
edk2/MdePkg/Include/Ia32/ProcessorBind.h:
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Usb.h
index 0c251142a9fdfff15eb27e4dcea8836db313e25a..ef4acc8999e2fbd43d442578ae41da6b4f4eead4 100644 (file)
@@ -129,7 +129,7 @@ typedef struct {
 #pragma pack()\r
 \r
 \r
-enum {\r
+typedef enum {\r
   //\r
   // USB request type\r
   //\r
@@ -190,8 +190,8 @@ enum {
   //\r
   //Use 200 ms to increase the error handling response time\r
   //\r
-  EFI_USB_INTERRUPT_DELAY = 2000000,\r
-};\r
+  EFI_USB_INTERRUPT_DELAY = 2000000\r
+} USB_TYPES_DEFINITION;\r
 \r
 \r
 //\r
@@ -294,9 +294,9 @@ enum {
 #define EFI_USB_SET_PROTOCOL_REQUEST  0x0b\r
 \r
 #pragma pack(1)\r
-//\r
-// Descriptor header for Report/Physical Descriptors\r
-//\r
+///\r
+/// Descriptor header for Report/Physical Descriptors\r
+///\r
 typedef struct hid_class_descriptor {\r
   UINT8   DescriptorType;\r
   UINT16  DescriptorLength;\r