mirror of https://github.com/acidanthera/audk.git
remove a redefinition to pass ICC build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5556 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cc5166ff80
commit
e3385ac7c5
|
@ -91,7 +91,7 @@ EFI_STATUS
|
|||
IN USB_INTERFACE *UsbIf
|
||||
);
|
||||
|
||||
typedef struct _USB_HUB_API{
|
||||
struct _USB_HUB_API{
|
||||
USB_HUB_INIT Init;
|
||||
USB_HUB_GET_PORT_STATUS GetPortStatus;
|
||||
USB_HUB_CLEAR_PORT_CHANGE ClearPortChange;
|
||||
|
@ -99,7 +99,7 @@ typedef struct _USB_HUB_API{
|
|||
USB_HUB_CLEAR_PORT_FEATURE ClearPortFeature;
|
||||
USB_HUB_RESET_PORT ResetPort;
|
||||
USB_HUB_RELEASE Release;
|
||||
}USB_HUB_API;
|
||||
};
|
||||
|
||||
/**
|
||||
Return the endpoint descriptor in this interface.
|
||||
|
|
Loading…
Reference in New Issue