aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/actables.h')
-rw-r--r--include/acpi/actables.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/acpi/actables.h b/include/acpi/actables.h
index 9183de1a10f2..62947344b93a 100644
--- a/include/acpi/actables.h
+++ b/include/acpi/actables.h
@@ -45,6 +45,11 @@
45#define __ACTABLES_H__ 45#define __ACTABLES_H__
46 46
47/* 47/*
48 * tbfadt - FADT parse/convert/validate
49 */
50void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags);
51
52/*
48 * tbfind - find ACPI table 53 * tbfind - find ACPI table
49 */ 54 */
50acpi_status 55acpi_status
@@ -97,6 +102,10 @@ u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length);
97acpi_status 102acpi_status
98acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); 103acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length);
99 104
105void
106acpi_tb_install_table(acpi_physical_address address,
107 u8 flags, char *signature, acpi_native_uint table_index);
108
100acpi_status 109acpi_status
101acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); 110acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags);
102 111