aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/actbl.h')
-rw-r--r--include/acpi/actbl.h7
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__ */