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:
vanjeff 2007-07-11 06:24:38 +00:00
parent deeaf00312
commit 20b1aab609
1 changed files with 23 additions and 19 deletions

View File

@ -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.