mirror of https://github.com/acidanthera/audk.git
Add some USB related definitions defined n Uefi 2.1 into Usb2HostController.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3190 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
deeaf00312
commit
20b1aab609
|
@ -66,6 +66,10 @@ EFI_STATUS
|
|||
)
|
||||
;
|
||||
|
||||
#define EFI_USB_HC_RESET_GLOBAL 0x0001
|
||||
#define EFI_USB_HC_RESET_HOST_CONTROLLER 0x0002
|
||||
#define EFI_USB_HC_RESET_GLOBAL_WITH_DEBUG 0x0004
|
||||
#define EFI_USB_HC_RESET_HOST_WITH_DEBUG 0x0008
|
||||
/**
|
||||
Provides software reset for the USB host controller.
|
||||
|
||||
|
|
Loading…
Reference in New Issue