]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / SmbiosView.h
index 647fd5fe269882a7578149a7776b2654d45c74eb..d67af088faf7800a9b91bcbc512612fa7dac4237 100644 (file)
@@ -39,7 +39,6 @@ typedef struct {
   @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
@@ -60,7 +59,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
@@ -74,7 +72,6 @@ SMBios64View (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InitSmbiosTableStatistics (\r
   VOID\r
   );\r
@@ -85,7 +82,6 @@ InitSmbiosTableStatistics (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 InitSmbios64BitTableStatistics (\r
   VOID\r
   );\r
@@ -98,7 +94,6 @@ InitSmbios64BitTableStatistics (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 DisplayStatisticsTable (\r
   IN UINT8 Option\r
   );\r
@@ -111,7 +106,6 @@ DisplayStatisticsTable (
   @retval EFI_SUCCESS           print is successful.\r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
 DisplaySmbios64BitStatisticsTable (\r
   IN UINT8 Option\r
   );\r
@@ -124,7 +118,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