diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:23 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:30 -0500 |
commit | c857303ad496e1f52955e95994a67869882e89f9 (patch) | |
tree | f08011d43627bc7fc401253b5f8446bab708d87d /include/acpi | |
parent | 987c21a0b0081d480ec3cd04875509cdc10e15e7 (diff) |
ACPICA: Fail AcpiEnable if ACPI tables not loaded.
AcpiEnable will now fail if all of the required ACPI tables are not
loaded (FADT, FACS, DSDT). BZ 477
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 5ef1b6939370..e7efb8a03a9c 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -97,6 +97,8 @@ void acpi_tb_set_table_loaded_flag(acpi_native_uint table_index, u8 is_loaded); | |||
97 | /* | 97 | /* |
98 | * tbutils - table manager utilities | 98 | * tbutils - table manager utilities |
99 | */ | 99 | */ |
100 | u8 acpi_tb_tables_loaded(void); | ||
101 | |||
100 | void | 102 | void |
101 | acpi_tb_print_table_header(acpi_physical_address address, | 103 | acpi_tb_print_table_header(acpi_physical_address address, |
102 | struct acpi_table_header *header); | 104 | struct acpi_table_header *header); |