diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 44f5e9749601..913d0765adbe 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | /* Current ACPICA subsystem version in YYYYMMDD format */ | 47 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
48 | 48 | ||
49 | #define ACPI_CA_VERSION 0x20140214 | 49 | #define ACPI_CA_VERSION 0x20140325 |
50 | 50 | ||
51 | #include <acpi/acconfig.h> | 51 | #include <acpi/acconfig.h> |
52 | #include <acpi/actypes.h> | 52 | #include <acpi/actypes.h> |
@@ -75,7 +75,7 @@ extern u8 acpi_gbl_auto_serialize_methods; | |||
75 | extern u8 acpi_gbl_copy_dsdt_locally; | 75 | extern u8 acpi_gbl_copy_dsdt_locally; |
76 | extern u8 acpi_gbl_create_osi_method; | 76 | extern u8 acpi_gbl_create_osi_method; |
77 | extern u8 acpi_gbl_disable_auto_repair; | 77 | extern u8 acpi_gbl_disable_auto_repair; |
78 | extern u8 acpi_gbl_disable_ssdt_table_load; | 78 | extern u8 acpi_gbl_disable_ssdt_table_install; |
79 | extern u8 acpi_gbl_do_not_use_xsdt; | 79 | extern u8 acpi_gbl_do_not_use_xsdt; |
80 | extern u8 acpi_gbl_enable_aml_debug_object; | 80 | extern u8 acpi_gbl_enable_aml_debug_object; |
81 | extern u8 acpi_gbl_enable_interpreter_slack; | 81 | extern u8 acpi_gbl_enable_interpreter_slack; |
@@ -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); |