diff options
Diffstat (limited to 'source/include/actbl.h')
-rw-r--r-- | source/include/actbl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/actbl.h b/source/include/actbl.h index 6aa1df2e64900..faeb744962eb3 100644 --- a/source/include/actbl.h +++ b/source/include/actbl.h @@ -449,4 +449,6 @@ typedef struct acpi_table_desc #define ACPI_FADT_V5_SIZE (UINT32) (ACPI_FADT_OFFSET (HypervisorId)) #define ACPI_FADT_V6_SIZE (UINT32) (sizeof (ACPI_TABLE_FADT)) +#define ACPI_FADT_CONFORMANCE "ACPI 6.1 (FADT version 6)" + #endif /* __ACTBL_H__ */ |