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
This commit is contained in:
lgao4
2007-08-14 07:58:32 +00:00
parent ed72357a70
commit d35be2a434
8 changed files with 32 additions and 51 deletions

View File

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