diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 4169bb87a996..43685dd36c77 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -231,7 +231,9 @@ void acpi_db_open_debug_file(char *name); | |||
231 | acpi_status acpi_db_load_acpi_table(char *filename); | 231 | acpi_status acpi_db_load_acpi_table(char *filename); |
232 | 232 | ||
233 | acpi_status | 233 | acpi_status |
234 | acpi_db_get_table_from_file(char *filename, struct acpi_table_header **table); | 234 | acpi_db_get_table_from_file(char *filename, |
235 | struct acpi_table_header **table, | ||
236 | u8 must_be_aml_table); | ||
235 | 237 | ||
236 | /* | 238 | /* |
237 | * dbhistry - debugger HISTORY command | 239 | * dbhistry - debugger HISTORY command |