Removed extra typedefs on structures to remove error with gcc compiler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4928 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -173,7 +173,7 @@ EFI_STATUS
|
||||
//
|
||||
// Protocol Interface Structure
|
||||
//
|
||||
typedef struct _EFI_USB_IO_PROTOCOL {
|
||||
struct _EFI_USB_IO_PROTOCOL {
|
||||
//
|
||||
// IO transfer
|
||||
//
|
||||
@@ -198,7 +198,7 @@ typedef struct _EFI_USB_IO_PROTOCOL {
|
||||
// Reset controller's parent port
|
||||
//
|
||||
EFI_USB_IO_PORT_RESET UsbPortReset;
|
||||
} EFI_USB_IO_PROTOCOL;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiUsbIoProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user