]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jun 2008 10:49:37 +0000 (10:49 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Jun 2008 10:49:37 +0000 (10:49 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5327 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DataHubRecords.h

index 4ea9e50c4a705107904ff796bdd33e65a6a9b4f9..c93c8ca7605e92b0188aa1e64dedc37524f99d1e 100644 (file)
@@ -628,7 +628,7 @@ typedef enum _EFI_MEMORY_ARRAY_USE {
   EfiMemoryArrayUseVideoMemory                = 0x04,\r
   EfiMemoryArrayUseFlashMemory                = 0x05,\r
   EfiMemoryArrayUseNonVolatileRam             = 0x06,\r
   EfiMemoryArrayUseVideoMemory                = 0x04,\r
   EfiMemoryArrayUseFlashMemory                = 0x05,\r
   EfiMemoryArrayUseNonVolatileRam             = 0x06,\r
-  EfiMemoryArrayUseCacheMemory                = 0x07,\r
+  EfiMemoryArrayUseCacheMemory                = 0x07\r
 } EFI_MEMORY_ARRAY_USE;\r
 \r
 typedef enum _EFI_MEMORY_ERROR_CORRECTION {\r
 } EFI_MEMORY_ARRAY_USE;\r
 \r
 typedef enum _EFI_MEMORY_ERROR_CORRECTION {\r
@@ -638,7 +638,7 @@ typedef enum _EFI_MEMORY_ERROR_CORRECTION {
   EfiMemoryErrorCorrectionParity              = 0x04,\r
   EfiMemoryErrorCorrectionSingleBitEcc        = 0x05,\r
   EfiMemoryErrorCorrectionMultiBitEcc         = 0x06,\r
   EfiMemoryErrorCorrectionParity              = 0x04,\r
   EfiMemoryErrorCorrectionSingleBitEcc        = 0x05,\r
   EfiMemoryErrorCorrectionMultiBitEcc         = 0x06,\r
-  EfiMemoryErrorCorrectionCrc                 = 0x07,\r
+  EfiMemoryErrorCorrectionCrc                 = 0x07\r
 } EFI_MEMORY_ERROR_CORRECTION;\r
 \r
 typedef struct {\r
 } EFI_MEMORY_ERROR_CORRECTION;\r
 \r
 typedef struct {\r
@@ -1054,7 +1054,7 @@ typedef enum {
   EfiSystemWakeupTypeLanRemote       = 5,\r
   EfiSystemWakeupTypePowerSwitch     = 6,\r
   EfiSystemWakeupTypePciPme          = 7,\r
   EfiSystemWakeupTypeLanRemote       = 5,\r
   EfiSystemWakeupTypePowerSwitch     = 6,\r
   EfiSystemWakeupTypePciPme          = 7,\r
-  EfiSystemWakeupTypeAcPowerRestored = 8,\r
+  EfiSystemWakeupTypeAcPowerRestored = 8\r
 } EFI_MISC_SYSTEM_WAKEUP_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_SYSTEM_WAKEUP_TYPE;\r
 \r
 typedef struct {\r
@@ -1097,7 +1097,7 @@ typedef enum {
   EfiBaseBoardTypeMotherBoard            = 0xA,\r
   EfiBaseBoardTypeProcessorMemoryModule  = 0xB,\r
   EfiBaseBoardTypeProcessorIOModule      = 0xC,\r
   EfiBaseBoardTypeMotherBoard            = 0xA,\r
   EfiBaseBoardTypeProcessorMemoryModule  = 0xB,\r
   EfiBaseBoardTypeProcessorIOModule      = 0xC,\r
-  EfiBaseBoardTypeInterconnectBoard      = 0xD,\r
+  EfiBaseBoardTypeInterconnectBoard      = 0xD\r
 } EFI_BASE_BOARD_TYPE;\r
 \r
 typedef struct {\r
 } EFI_BASE_BOARD_TYPE;\r
 \r
 typedef struct {\r
@@ -1146,7 +1146,7 @@ typedef enum {
   EfiMiscChassisTypeRaidChassis         = 0x16,\r
   EfiMiscChassisTypeRackMountChassis    = 0x17,\r
   EfiMiscChassisTypeSealedCasePc        = 0x18,\r
   EfiMiscChassisTypeRaidChassis         = 0x16,\r
   EfiMiscChassisTypeRackMountChassis    = 0x17,\r
   EfiMiscChassisTypeSealedCasePc        = 0x18,\r
-  EfiMiscChassisMultiSystemChassis      = 0x19,\r
+  EfiMiscChassisMultiSystemChassis      = 0x19\r
 } EFI_MISC_CHASSIS_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_CHASSIS_TYPE;\r
 \r
 typedef struct {\r
@@ -1161,7 +1161,7 @@ typedef enum {
   EfiChassisStateSafe            = 0x03,\r
   EfiChassisStateWarning         = 0x04,\r
   EfiChassisStateCritical        = 0x05,\r
   EfiChassisStateSafe            = 0x03,\r
   EfiChassisStateWarning         = 0x04,\r
   EfiChassisStateCritical        = 0x05,\r
-  EfiChassisStateNonRecoverable  = 0x06,\r
+  EfiChassisStateNonRecoverable  = 0x06\r
 } EFI_MISC_CHASSIS_STATE;\r
 \r
 typedef enum {\r
 } EFI_MISC_CHASSIS_STATE;\r
 \r
 typedef enum {\r
@@ -1169,7 +1169,7 @@ typedef enum {
   EfiChassisSecurityStatusUnknown                        = 0x02,\r
   EfiChassisSecurityStatusNone                           = 0x03,\r
   EfiChassisSecurityStatusExternalInterfaceLockedOut     = 0x04,\r
   EfiChassisSecurityStatusUnknown                        = 0x02,\r
   EfiChassisSecurityStatusNone                           = 0x03,\r
   EfiChassisSecurityStatusExternalInterfaceLockedOut     = 0x04,\r
-  EfiChassisSecurityStatusExternalInterfaceLockedEnabled = 0x05,\r
+  EfiChassisSecurityStatusExternalInterfaceLockedEnabled = 0x05\r
 } EFI_MISC_CHASSIS_SECURITY_STATE;\r
 \r
 typedef struct {\r
 } EFI_MISC_CHASSIS_SECURITY_STATE;\r
 \r
 typedef struct {\r
@@ -1250,7 +1250,7 @@ typedef enum {
   EfiPortConnectorTypePCH98                  = 0xA2,\r
   EfiPortConnectorTypePC98Note               = 0xA3,\r
   EfiPortConnectorTypePC98Full               = 0xA4,\r
   EfiPortConnectorTypePCH98                  = 0xA2,\r
   EfiPortConnectorTypePC98Note               = 0xA3,\r
   EfiPortConnectorTypePC98Full               = 0xA4,\r
-  EfiPortConnectorTypeOther                  = 0xFF,\r
+  EfiPortConnectorTypeOther                  = 0xFF\r
 } EFI_MISC_PORT_CONNECTOR_TYPE;\r
 \r
 typedef enum {\r
 } EFI_MISC_PORT_CONNECTOR_TYPE;\r
 \r
 typedef enum {\r
@@ -1288,7 +1288,7 @@ typedef enum {
   EfiPortTypeNetworkPort               = 0x1F,\r
   EfiPortType8251Compatible            = 0xA0,\r
   EfiPortType8251FifoCompatible        = 0xA1,\r
   EfiPortTypeNetworkPort               = 0x1F,\r
   EfiPortType8251Compatible            = 0xA0,\r
   EfiPortType8251FifoCompatible        = 0xA1,\r
-  EfiPortTypeOther                     = 0xFF,\r
+  EfiPortTypeOther                     = 0xFF\r
 } EFI_MISC_PORT_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_PORT_TYPE;\r
 \r
 typedef struct {\r
@@ -1342,14 +1342,14 @@ typedef enum {
   EfiSlotDataBusWidth16Bit      = 0x04,\r
   EfiSlotDataBusWidth32Bit      = 0x05,\r
   EfiSlotDataBusWidth64Bit      = 0x06,\r
   EfiSlotDataBusWidth16Bit      = 0x04,\r
   EfiSlotDataBusWidth32Bit      = 0x05,\r
   EfiSlotDataBusWidth64Bit      = 0x06,\r
-  EfiSlotDataBusWidth128Bit     = 0x07,\r
+  EfiSlotDataBusWidth128Bit     = 0x07\r
 } EFI_MISC_SLOT_DATA_BUS_WIDTH;\r
 \r
 typedef enum {\r
   EfiSlotUsageOther     = 1,\r
   EfiSlotUsageUnknown   = 2,\r
   EfiSlotUsageAvailable = 3,\r
 } EFI_MISC_SLOT_DATA_BUS_WIDTH;\r
 \r
 typedef enum {\r
   EfiSlotUsageOther     = 1,\r
   EfiSlotUsageUnknown   = 2,\r
   EfiSlotUsageAvailable = 3,\r
-  EfiSlotUsageInUse     = 4,\r
+  EfiSlotUsageInUse     = 4\r
 } EFI_MISC_SLOT_USAGE;\r
 \r
 typedef enum {\r
 } EFI_MISC_SLOT_USAGE;\r
 \r
 typedef enum {\r
@@ -1399,7 +1399,7 @@ typedef enum {
   EfiOnBoardDeviceTypeScsiController = 4,\r
   EfiOnBoardDeviceTypeEthernet       = 5,\r
   EfiOnBoardDeviceTypeTokenRing      = 6,\r
   EfiOnBoardDeviceTypeScsiController = 4,\r
   EfiOnBoardDeviceTypeEthernet       = 5,\r
   EfiOnBoardDeviceTypeTokenRing      = 6,\r
-  EfiOnBoardDeviceTypeSound          = 7,\r
+  EfiOnBoardDeviceTypeSound          = 7\r
 } EFI_MISC_ONBOARD_DEVICE_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_ONBOARD_DEVICE_TYPE;\r
 \r
 typedef struct {\r
@@ -1509,7 +1509,7 @@ typedef enum {
   EfiPointingDeviceTypeGlidePoint    = 0x06,\r
   EfiPointingDeviceTouchPad          = 0x07,\r
   EfiPointingDeviceTouchScreen       = 0x08,\r
   EfiPointingDeviceTypeGlidePoint    = 0x06,\r
   EfiPointingDeviceTouchPad          = 0x07,\r
   EfiPointingDeviceTouchScreen       = 0x08,\r
-  EfiPointingDeviceOpticalSensor     = 0x09,\r
+  EfiPointingDeviceOpticalSensor     = 0x09\r
 } EFI_MISC_POINTING_DEVICE_TYPE;\r
 \r
 typedef enum {\r
 } EFI_MISC_POINTING_DEVICE_TYPE;\r
 \r
 typedef enum {\r
@@ -1523,7 +1523,7 @@ typedef enum {
   EfiPointingDeviceInterfaceADB                = 0x08,\r
   EfiPointingDeviceInterfaceBusMouseDB9        = 0xA0,\r
   EfiPointingDeviceInterfaceBusMouseMicroDin   = 0xA1,\r
   EfiPointingDeviceInterfaceADB                = 0x08,\r
   EfiPointingDeviceInterfaceBusMouseDB9        = 0xA0,\r
   EfiPointingDeviceInterfaceBusMouseMicroDin   = 0xA1,\r
-  EfiPointingDeviceInterfaceUsb                = 0xA2,\r
+  EfiPointingDeviceInterfaceUsb                = 0xA2\r
 } EFI_MISC_POINTING_DEVICE_INTERFACE;\r
 \r
 typedef struct {\r
 } EFI_MISC_POINTING_DEVICE_INTERFACE;\r
 \r
 typedef struct {\r
@@ -1548,7 +1548,7 @@ typedef enum {
   EfiPortableBatteryDeviceChemistryNickelMetalHydride = 5,\r
   EfiPortableBatteryDeviceChemistryLithiumIon = 6,\r
   EfiPortableBatteryDeviceChemistryZincAir = 7,\r
   EfiPortableBatteryDeviceChemistryNickelMetalHydride = 5,\r
   EfiPortableBatteryDeviceChemistryLithiumIon = 6,\r
   EfiPortableBatteryDeviceChemistryZincAir = 7,\r
-  EfiPortableBatteryDeviceChemistryLithiumPolymer = 8,\r
+  EfiPortableBatteryDeviceChemistryLithiumPolymer = 8\r
 } EFI_MISC_PORTABLE_BATTERY_DEVICE_CHEMISTRY;\r
 \r
 typedef struct {\r
 } EFI_MISC_PORTABLE_BATTERY_DEVICE_CHEMISTRY;\r
 \r
 typedef struct {\r
@@ -1809,7 +1809,7 @@ typedef enum {
   EfiBootInformationStatusWatchdogTimerExpired     = 0x08,\r
   EfiBootInformationStatusStartReserved            = 0x09,\r
   EfiBootInformationStatusStartOemSpecific         = 0x80,\r
   EfiBootInformationStatusWatchdogTimerExpired     = 0x08,\r
   EfiBootInformationStatusStartReserved            = 0x09,\r
   EfiBootInformationStatusStartOemSpecific         = 0x80,\r
-  EfiBootInformationStatusStartProductSpecific     = 0xC0,\r
+  EfiBootInformationStatusStartProductSpecific     = 0xC0\r
 } EFI_MISC_BOOT_INFORMATION_STATUS_DATA_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_BOOT_INFORMATION_STATUS_DATA_TYPE;\r
 \r
 typedef struct {\r
@@ -1837,7 +1837,7 @@ typedef enum {
   EfiManagementDeviceTypeMaxim1617  = 0x0A,\r
   EfiManagementDeviceTypeGl518Sm    = 0x0B,\r
   EfiManagementDeviceTypeW83781D    = 0x0C,\r
   EfiManagementDeviceTypeMaxim1617  = 0x0A,\r
   EfiManagementDeviceTypeGl518Sm    = 0x0B,\r
   EfiManagementDeviceTypeW83781D    = 0x0C,\r
-  EfiManagementDeviceTypeHt82H791   = 0x0D,\r
+  EfiManagementDeviceTypeHt82H791   = 0x0D\r
 } EFI_MISC_MANAGEMENT_DEVICE_TYPE;\r
 \r
 typedef enum {\r
 } EFI_MISC_MANAGEMENT_DEVICE_TYPE;\r
 \r
 typedef enum {\r
@@ -1880,7 +1880,7 @@ typedef enum {
   EfiIpmiOther = 0,\r
   EfiIpmiKcs   = 1,\r
   EfiIpmiSmic  = 2,\r
   EfiIpmiOther = 0,\r
   EfiIpmiKcs   = 1,\r
   EfiIpmiSmic  = 2,\r
-  EfiIpmiBt    = 3,\r
+  EfiIpmiBt    = 3\r
 } EFI_MISC_IPMI_INTERFACE_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MISC_IPMI_INTERFACE_TYPE;\r
 \r
 typedef struct {\r