diff options
Diffstat (limited to 'include/acpi/acglobal.h')
-rw-r--r-- | include/acpi/acglobal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h index 82d42b82594a..bd0fe7c6b384 100644 --- a/include/acpi/acglobal.h +++ b/include/acpi/acglobal.h | |||
@@ -147,6 +147,8 @@ ACPI_EXTERN u8 ACPI_INIT_GLOBAL(acpi_gbl_leave_wake_gpes_disabled, TRUE); | |||
147 | */ | 147 | */ |
148 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; | 148 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; |
149 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; | 149 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; |
150 | #define acpi_fadt acpi_gbl_FADT | ||
151 | extern acpi_native_uint acpi_gbl_permanent_mmap; | ||
150 | 152 | ||
151 | /* | 153 | /* |
152 | * Handle both ACPI 1.0 and ACPI 2.0 Integer widths. The integer width is | 154 | * Handle both ACPI 1.0 and ACPI 2.0 Integer widths. The integer width is |