]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h
IntelFrameworkModulePkg BdsDxe: Remove redundant functions
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BootMaint / BootMaint.h
index bdd22c8e7513e2b2d160c57622fd05c6db6981dc..b3b905d7ef66a9f2a640b1f7161f8c9dd1e3734e 100644 (file)
@@ -548,22 +548,6 @@ BOpt_IsEfiImageName (
   IN UINT16  *FileName\r
   );\r
 \r
-/**\r
-\r
-  Check whether current FileName point to a valid Efi Application\r
-\r
-  @param Dir       Pointer to current Directory\r
-  @param FileName  Pointer to current File name.\r
-\r
-  @retval TRUE      Is a valid Efi Application\r
-  @retval FALSE     not a valid Efi Application\r
-\r
-**/\r
-BOOLEAN\r
-BOpt_IsEfiApp (\r
-  IN EFI_FILE_HANDLE Dir,\r
-  IN UINT16          *FileName\r
-  );\r
 \r
 /**\r
 \r
@@ -702,18 +686,6 @@ FreeAllConsoles (
   VOID\r
   );\r
 \r
-/**\r
-  Update the device path that describing a terminal device\r
-  based on the new BaudRate, Data Bits, parity and Stop Bits\r
-  set.\r
-\r
-  @param DevicePath     The devicepath protocol instance wanted to be updated.\r
-\r
-**/\r
-VOID\r
-ChangeVariableDevicePath (\r
-  IN OUT EFI_DEVICE_PATH_PROTOCOL  *DevicePath\r
-  );\r
 \r
 /**\r
   Update the multi-instance device path of Terminal Device based on\r
@@ -875,15 +847,6 @@ Var_UpdateErrorOutOption (
   VOID\r
   );\r
 \r
-/**\r
-  Update the device path of "ConOut", "ConIn" and "ErrOut" based on the new BaudRate, Data Bits,\r
-  parity and stop Bits set.\r
-\r
-**/\r
-VOID\r
-Var_UpdateAllConsoleOption (\r
-  VOID\r
-  );\r
 \r
 /**\r
   This function update the "BootNext" EFI Variable. If there is no "BootNex" specified in BMM,\r
@@ -1154,22 +1117,6 @@ EfiLibFileInfo (
   IN EFI_FILE_HANDLE      FHand\r
   );\r
 \r
-/**\r
-  Adjusts the size of a previously allocated buffer.\r
-\r
-  @param OldPool         A pointer to the buffer whose size is being adjusted.\r
-  @param OldSize         The size of the current buffer.\r
-  @param NewSize         The size of the new buffer.\r
-\r
-  @return   The newly allocated buffer. if NULL, allocation failed.\r
-\r
-**/\r
-VOID*\r
-EfiReallocatePool (\r
-  IN VOID                 *OldPool,\r
-  IN UINTN                OldSize,\r
-  IN UINTN                NewSize\r
-  );\r
 \r
 /**\r
   Function deletes the variable specified by VarName and VarGuid.\r