]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.h
ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / EventLogInfo.h
index 62d7d77fdf495379159858991490e3c1c16d84cb..73514313f2b528db869f4b9d88cfc16897ae6c30 100644 (file)
@@ -1,7 +1,7 @@
-/**\r
+/** @file\r
   Module to clarify system event log of smbios structure.\r
 \r
-  Copyright (c) 2005-2010, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2005-2011, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -12,8 +12,8 @@
 \r
 **/\r
 \r
-#ifndef _SMBIOS_EVENT_LOG_INFO_H\r
-#define _SMBIOS_EVENT_LOG_INFO_H\r
+#ifndef _SMBIOS_EVENT_LOG_INFO_H_\r
+#define _SMBIOS_EVENT_LOG_INFO_H_\r
 \r
 #define END_OF_LOG  0xFF\r
 \r
@@ -33,8 +33,8 @@ typedef struct {
 \r
 typedef struct {\r
   UINT8 OEMReserved[5];\r
-  UINT8 METW;           // Multiple Event Time Window\r
-  UINT8 MECI;           // Multiple Event Count Increment\r
+  UINT8 Metw;           // Multiple Event Time Window\r
+  UINT8 Meci;           // Multiple Event Count Increment\r
   UINT8 CMOSAddress;    // Pre-boot Event Log Reset - CMOS Address\r
   UINT8 CMOSBitIndex;   // Pre-boot Event Log Reset - CMOS Bit Index\r
   UINT8 StartingOffset; // CMOS Checksum - Starting Offset\r
@@ -56,7 +56,6 @@ typedef struct {
   @param[in] Option Whether to print the additional information.\r
 **/\r
 VOID\r
-EFIAPI\r
 DisplaySELAccessMethod (\r
   IN CONST UINT8 Key,\r
   IN CONST UINT8 Option\r
@@ -69,7 +68,6 @@ DisplaySELAccessMethod (
   @param[in] Option Whether to print the additional information.\r
 **/\r
 VOID\r
-EFIAPI\r
 DisplaySELLogStatus (\r
   UINT8 Key,\r
   UINT8 Option\r
@@ -82,7 +80,6 @@ DisplaySELLogStatus (
   @param[in] Option Whether to print the additional information.\r
 **/\r
 VOID\r
-EFIAPI\r
 DisplaySysEventLogHeaderFormat (\r
   UINT8 Key,\r
   UINT8 Option\r
@@ -95,7 +92,6 @@ DisplaySysEventLogHeaderFormat (
   @param[in] LogHeader        Format informcation.\r
 **/\r
 VOID\r
-EFIAPI\r
 DisplaySysEventLogHeader (\r
   UINT8 LogHeaderFormat,\r
   UINT8 *LogHeader\r
@@ -108,7 +104,6 @@ DisplaySysEventLogHeader (
   @param[in] LogAreaLength  Length of the data.\r
 **/\r
 VOID\r
-EFIAPI\r
 DisplaySysEventLogData (\r
   UINT8   *LogData,\r
   UINT16  LogAreaLength\r