diff options
author | Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> | 2007-02-02 11:48:19 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:22 -0500 |
commit | ad71860a17ba33eb0e673e9e2cf5ba0d8e3e3fdd (patch) | |
tree | 9f60547a2e8782c04d7cd1c41bc874047008458c /include/acpi/acglobal.h | |
parent | a4bbb810dedaecf74d54b16b6dd3c33e95e1024c (diff) |
ACPICA: minimal patch to integrate new tables into Linux
Signed-off-by: Len Brown <len.brown@intel.com>
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 |