]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / SmbiosView.c
index a06339452a37b19853a2aaac9047decdc32bdd3c..56b682aa606dd0d64e4267325a9a91bdd31b8c1e 100644 (file)
@@ -242,7 +242,6 @@ Done:
   @retval EFI_BAD_BUFFER_SIZE   structure is out of the range of SMBIOS table.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 SMBiosView (\r
   IN  UINT8   QueryType,\r
   IN  UINT16  QueryHandle,\r
@@ -416,7 +415,6 @@ SMBiosView (
   @retval EFI_BAD_BUFFER_SIZE   structure is out of the range of SMBIOS table.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 SMBios64View (\r
   IN  UINT8   QueryType,\r
   IN  UINT16  QueryHandle,\r
@@ -582,7 +580,6 @@ SMBios64View (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InitSmbiosTableStatistics (\r
   VOID\r
   )\r
@@ -672,7 +669,6 @@ InitSmbiosTableStatistics (
   @retval EFI_SUCCESS                                                  Calculation was successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 CalculateSmbios64BitStructureCountAndLength (\r
   SMBIOS_TABLE_3_0_ENTRY_POINT    *Smbios64EntryPoint,\r
   UINTN                           *NumberOfSmbios64Structures,\r
@@ -722,7 +718,6 @@ CalculateSmbios64BitStructureCountAndLength (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InitSmbios64BitTableStatistics (\r
   VOID\r
   )\r
@@ -819,7 +814,6 @@ InitSmbios64BitTableStatistics (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 DisplayStatisticsTable (\r
   IN   UINT8   Option\r
   )\r
@@ -900,7 +894,6 @@ DisplayStatisticsTable (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 DisplaySmbios64BitStatisticsTable (\r
   IN   UINT8   Option\r
   )\r
@@ -981,7 +974,6 @@ DisplaySmbios64BitStatisticsTable (
   @return   A pointer to a string representing the ShowType (or 'undefined type' if not known).\r
 **/\r
 CHAR16 *\r
-EFIAPI\r
 GetShowTypeString (\r
   UINT8 ShowType\r
   )\r