summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/IndustryStandard/WatchdogResourceTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/WatchdogResourceTable.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
index f5ebd2c680..88ebd6d0ed 100644
--- a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
+++ b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
@@ -20,17 +20,17 @@
/// Watchdog Resource Table definition.
///
typedef struct {
- EFI_ACPI_DESCRIPTION_HEADER Header;
- EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE ControlRegisterAddress;
- EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE CountRegisterAddress;
- UINT16 PCIDeviceID;
- UINT16 PCIVendorID;
- UINT8 PCIBusNumber;
- UINT8 PCIDeviceNumber;
- UINT8 PCIFunctionNumber;
- UINT8 PCISegment;
- UINT16 MaxCount;
- UINT8 Units;
+ EFI_ACPI_DESCRIPTION_HEADER Header;
+ EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE ControlRegisterAddress;
+ EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE CountRegisterAddress;
+ UINT16 PCIDeviceID;
+ UINT16 PCIVendorID;
+ UINT8 PCIBusNumber;
+ UINT8 PCIDeviceNumber;
+ UINT8 PCIFunctionNumber;
+ UINT8 PCISegment;
+ UINT16 MaxCount;
+ UINT8 Units;
} EFI_ACPI_WATCHDOG_RESOURCE_1_0_TABLE;
#pragma pack()
@@ -43,8 +43,8 @@ typedef struct {
//
// WDRT 1.0 Count Unit
//
-#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_1_SEC_PER_COUNT 1
-#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_100_MILLISEC_PER_COUNT 2
-#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_10_MILLISEC_PER_COUNT 3
+#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_1_SEC_PER_COUNT 1
+#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_100_MILLISEC_PER_COUNT 2
+#define EFI_ACPI_WDRT_1_0_COUNT_UNIT_10_MILLISEC_PER_COUNT 3
#endif