diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:20 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:25 -0500 |
commit | ea5d8ebcbb7ca3bcb35a2133805571295f3f06e8 (patch) | |
tree | f29ca361fe3e9592898730fcd5e42d9fdff84429 /include/acpi | |
parent | 775d85b6aa33116da8aacad4168c540ce86a1803 (diff) |
ACPICA: FADT verification is now table driven.
Disassembler now verifies an input
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 99fa51a59a50..65a69cab9db2 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -51,6 +51,10 @@ acpi_status acpi_allocate_root_table(u32 initial_table_count); | |||
51 | */ | 51 | */ |
52 | void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags); | 52 | void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags); |
53 | 53 | ||
54 | void acpi_tb_convert_fadt(void); | ||
55 | |||
56 | void acpi_tb_validate_fadt(struct acpi_table_fadt *table); | ||
57 | |||
54 | /* | 58 | /* |
55 | * tbfind - find ACPI table | 59 | * tbfind - find ACPI table |
56 | */ | 60 | */ |