diff options
Diffstat (limited to 'include/acpi/actables.h')
-rw-r--r-- | include/acpi/actables.h | 9 |
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 | */ | ||
50 | void 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 | */ |
50 | acpi_status | 55 | acpi_status |
@@ -97,6 +102,10 @@ u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); | |||
97 | acpi_status | 102 | acpi_status |
98 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); | 103 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); |
99 | 104 | ||
105 | void | ||
106 | acpi_tb_install_table(acpi_physical_address address, | ||
107 | u8 flags, char *signature, acpi_native_uint table_index); | ||
108 | |||
100 | acpi_status | 109 | acpi_status |
101 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); | 110 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); |
102 | 111 | ||