]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.h
MdeModulePkg UsbBusPei: Remove redundant functions
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusPei / HubPeim.h
index 341f6f32e3d0530dfa7a6870cc226f132dd442c9..d21057c34995d8a7553dc4c5702e602d8d06adc4 100644 (file)
@@ -2,7 +2,7 @@
 Constants definitions for Usb Hub Peim\r
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-  \r
+\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
 of the BSD License which accompanies this distribution.  The\r
@@ -145,24 +145,6 @@ PeiHubSetPortFeature (
   IN  UINT8                 Value\r
   );\r
 \r
-/**\r
-  Set specified feature to a given hub.\r
-\r
-  @param  PeiServices   General-purpose services that are available to every PEIM.\r
-  @param  UsbIoPpi      Indicates the PEI_USB_IO_PPI instance.\r
-  @param  Value         New feature value.\r
-\r
-  @retval EFI_SUCCESS       Port feature is set successfully.\r
-  @retval EFI_DEVICE_ERROR  Cannot set the port feature due to a hardware error.\r
-  @retval Others            Other failure occurs.\r
-\r
-**/\r
-EFI_STATUS\r
-PeiHubSetHubFeature (\r
-  IN EFI_PEI_SERVICES       **PeiServices,\r
-  IN PEI_USB_IO_PPI         *UsbIoPpi,\r
-  IN  UINT8                 Value\r
-  );\r
 \r
 /**\r
   Get a given hub status.\r