summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
index 647fd5fe26..d67af088fa 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
@@ -39,7 +39,6 @@ typedef struct {
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
-EFIAPI
SMBiosView (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@@ -60,7 +59,6 @@ SMBiosView (
@retval EFI_BAD_BUFFER_SIZE structure is out of the range of SMBIOS table.
**/
EFI_STATUS
-EFIAPI
SMBios64View (
IN UINT8 QueryType,
IN UINT16 QueryHandle,
@@ -74,7 +72,6 @@ SMBios64View (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
-EFIAPI
InitSmbiosTableStatistics (
VOID
);
@@ -85,7 +82,6 @@ InitSmbiosTableStatistics (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
-EFIAPI
InitSmbios64BitTableStatistics (
VOID
);
@@ -98,7 +94,6 @@ InitSmbios64BitTableStatistics (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
-EFIAPI
DisplayStatisticsTable (
IN UINT8 Option
);
@@ -111,7 +106,6 @@ DisplayStatisticsTable (
@retval EFI_SUCCESS print is successful.
**/
EFI_STATUS
-EFIAPI
DisplaySmbios64BitStatisticsTable (
IN UINT8 Option
);
@@ -124,7 +118,6 @@ DisplaySmbios64BitStatisticsTable (
@return A pointer to a string representing the ShowType (or 'undefined type' if not known).
**/
CHAR16*
-EFIAPI
GetShowTypeString (
UINT8 ShowType
);