X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FUsb%2FUsbBusPei%2FPeiUsbLib.h;h=e0557f8eea47506e17409300dc5f188de0cd8040;hp=dd4ce1befc3f621667a811560fc7ef4795e38065;hb=506560e75abceaab3cd8f7b7508f9d26b3c6036d;hpb=6ddc2ff3efa00b0e2233ae28f64cf58d63dafd2a diff --git a/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h b/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h index dd4ce1befc..e0557f8eea 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h +++ b/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h @@ -1,7 +1,7 @@ /** @file Common Libarary for PEI USB -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -187,25 +187,6 @@ PeiUsbSetConfiguration ( IN PEI_USB_IO_PPI *UsbIoPpi ); -/** - Clear Endpoint Halt. - - @param PeiServices General-purpose services that are available to every PEIM. - @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance. - @param EndpointAddress The endpoint address. - - @retval EFI_SUCCESS Endpoint halt is cleared successfully. - @retval EFI_DEVICE_ERROR Cannot clear the endpoint halt status due to a hardware error. - @retval Others Other failure occurs. - -**/ -EFI_STATUS -PeiUsbClearEndpointHalt ( - IN EFI_PEI_SERVICES **PeiServices, - IN PEI_USB_IO_PPI *UsbIoPpi, - IN UINT8 EndpointAddress - ); - /** Judge if the port is connected with a usb device or not.