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/actbl.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/actbl.h')
-rw-r--r-- | include/acpi/actbl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index aed49a5d5838..6f63b3bbc3fb 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h | |||
@@ -236,6 +236,9 @@ struct acpi_table_fadt { | |||
236 | struct acpi_generic_address xgpe1_block; /* 64-bit Extended General Purpose Event 1 Reg Blk address */ | 236 | struct acpi_generic_address xgpe1_block; /* 64-bit Extended General Purpose Event 1 Reg Blk address */ |
237 | }; | 237 | }; |
238 | 238 | ||
239 | #define fadt_descriptor acpi_table_fadt | ||
240 | #define sci_int sci_interrupt | ||
241 | |||
239 | /* FADT flags */ | 242 | /* FADT flags */ |
240 | 243 | ||
241 | #define ACPI_FADT_WBINVD (1) /* 00: The wbinvd instruction works properly */ | 244 | #define ACPI_FADT_WBINVD (1) /* 00: The wbinvd instruction works properly */ |
@@ -289,6 +292,8 @@ enum acpi_prefered_pm_profiles { | |||
289 | /* | 292 | /* |
290 | * Get the remaining ACPI tables | 293 | * Get the remaining ACPI tables |
291 | */ | 294 | */ |
295 | /* | ||
296 | Don't include any new tables definitions for now. | ||
292 | #include <acpi/actbl1.h> | 297 | #include <acpi/actbl1.h> |
293 | 298 | */ | |
294 | #endif /* __ACTBL_H__ */ | 299 | #endif /* __ACTBL_H__ */ |