diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-14 07:58:32 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-14 07:58:32 +0000 |
commit | d35be2a434d347c0ff112f89c120a5c8a79c89a7 (patch) | |
tree | 9528fda833578605b082dd18d84a012122c510f4 /MdePkg/Include/Library/UsbLib.h | |
parent | ed72357a70995788a361e16240148d097525059e (diff) | |
download | edk2-platforms-d35be2a434d347c0ff112f89c120a5c8a79c89a7.tar.xz |
Sync code with MdePkg spec for Scsi library class and CustomDecompress library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3636 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UsbLib.h')
-rw-r--r-- | MdePkg/Include/Library/UsbLib.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MdePkg/Include/Library/UsbLib.h b/MdePkg/Include/Library/UsbLib.h index 276a3c87e5..f3b56fbb80 100644 --- a/MdePkg/Include/Library/UsbLib.h +++ b/MdePkg/Include/Library/UsbLib.h @@ -96,11 +96,6 @@ UsbGetReportRequest ( IN UINT8 *Report
);
-typedef enum {
- EfiUsbEndpointHalt,
- EfiUsbDeviceRemoteWakeup
-} EFI_USB_STANDARD_FEATURE_SELECTOR;
-
EFI_STATUS
UsbGetDescriptor (
IN EFI_USB_IO_PROTOCOL *UsbIo,
@@ -186,17 +181,6 @@ UsbGetStatus ( OUT UINT32 *Status
);
-EFI_STATUS
-EFIAPI
-UsbGetHubDescriptor (
- IN EFI_USB_IO_PROTOCOL *UsbIo,
- IN UINT16 Value,
- IN UINT16 Index,
- IN UINT16 DescriptorLength,
- OUT VOID *Descriptor,
- OUT UINT32 *Status
- );
-
//
// Clear endpoint stall
//
|