mirror of https://github.com/acidanthera/audk.git
Added EFIAPI to event
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3748 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4d69586b3b
commit
eb1f5ab338
|
@ -1011,6 +1011,7 @@ UsbHubEnumeration (
|
|||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
UsbRootHubEnumeration (
|
||||
IN EFI_EVENT Event,
|
||||
IN VOID *Context
|
||||
|
|
|
@ -146,6 +146,7 @@ UsbHubEnumeration (
|
|||
);
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
UsbRootHubEnumeration (
|
||||
IN EFI_EVENT Event,
|
||||
IN VOID *Context
|
||||
|
|
Loading…
Reference in New Issue