aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actables.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2007-02-02 11:48:19 -0500
committerLen Brown <len.brown@intel.com>2007-02-02 21:14:21 -0500
commitc5fc42ac4d4d6d3e3f619290b86890cb3725d2f8 (patch)
tree884123d40fe2abf621ec436e55b2d79efa5b474a /include/acpi/actables.h
parentf3d2e7865c816258c699ff965768e46b50d536d3 (diff)
ACPICA: misc fixes for new Table Manager:
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/actables.h')
-rw-r--r--include/acpi/actables.h6
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
95u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); 95u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length);
96 96
97void acpi_tb_convert_fadt(struct acpi_table_fadt *fadt); 97acpi_status
98acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
98 99
99acpi_status acpi_tb_parse_root_table(struct acpi_table_rsdp *rsdp, u8 flags); 100acpi_status
101acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags);
100 102
101void *acpi_tb_map(acpi_physical_address address, u32 length, u32 flags); 103void *acpi_tb_map(acpi_physical_address address, u32 length, u32 flags);
102 104