]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.h
add comments to function declarations and definitions and updated to match coding...
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / EventLogInfo.h
index 62d7d77fdf495379159858991490e3c1c16d84cb..b32cfea812c0974097af9287671be775d7fb64c6 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