diff options
Diffstat (limited to 'include/acpi/actables.h')
-rw-r--r-- | include/acpi/actables.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 1737a2f045f6..9183de1a10f2 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -94,9 +94,11 @@ acpi_tb_print_table_header(acpi_physical_address address, | |||
94 | 94 | ||
95 | u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); | 95 | u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); |
96 | 96 | ||
97 | void acpi_tb_convert_fadt(struct acpi_table_fadt *fadt); | 97 | acpi_status |
98 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); | ||
98 | 99 | ||
99 | acpi_status acpi_tb_parse_root_table(struct acpi_table_rsdp *rsdp, u8 flags); | 100 | acpi_status |
101 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); | ||
100 | 102 | ||
101 | void *acpi_tb_map(acpi_physical_address address, u32 length, u32 flags); | 103 | void *acpi_tb_map(acpi_physical_address address, u32 length, u32 flags); |
102 | 104 | ||