diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpixf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 2280c190536d..8dc934073620 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -164,6 +164,9 @@ acpi_decode_pld_buffer(u8 *in_buffer, | |||
164 | /* | 164 | /* |
165 | * ACPI table load/unload interfaces | 165 | * ACPI table load/unload interfaces |
166 | */ | 166 | */ |
167 | acpi_status __init | ||
168 | acpi_install_table(acpi_physical_address address, u8 physical); | ||
169 | |||
167 | acpi_status acpi_load_table(struct acpi_table_header *table); | 170 | acpi_status acpi_load_table(struct acpi_table_header *table); |
168 | 171 | ||
169 | acpi_status acpi_unload_parent_table(acpi_handle object); | 172 | acpi_status acpi_unload_parent_table(acpi_handle object); |