diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 9feba08c29fe..a9fd0b872062 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -114,10 +114,12 @@ ACPI_HW_DEPENDENT_RETURN_VOID(void | |||
114 | acpi_db_generate_gpe(char *gpe_arg, | 114 | acpi_db_generate_gpe(char *gpe_arg, |
115 | char *block_arg)) | 115 | char *block_arg)) |
116 | 116 | ||
117 | ACPI_HW_DEPENDENT_RETURN_VOID(void acpi_db_generate_sci(void)) | ||
118 | |||
117 | /* | 119 | /* |
118 | * dbconvert - miscellaneous conversion routines | 120 | * dbconvert - miscellaneous conversion routines |
119 | */ | 121 | */ |
120 | acpi_status acpi_db_hex_char_to_value(int hex_char, u8 *return_value); | 122 | acpi_status acpi_db_hex_char_to_value(int hex_char, u8 *return_value); |
121 | 123 | ||
122 | acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object); | 124 | acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object); |
123 | 125 | ||
@@ -154,6 +156,8 @@ void acpi_db_set_scope(char *name); | |||
154 | 156 | ||
155 | void acpi_db_dump_namespace(char *start_arg, char *depth_arg); | 157 | void acpi_db_dump_namespace(char *start_arg, char *depth_arg); |
156 | 158 | ||
159 | void acpi_db_dump_namespace_paths(void); | ||
160 | |||
157 | void acpi_db_dump_namespace_by_owner(char *owner_arg, char *depth_arg); | 161 | void acpi_db_dump_namespace_by_owner(char *owner_arg, char *depth_arg); |
158 | 162 | ||
159 | acpi_status acpi_db_find_name_in_namespace(char *name_arg); | 163 | acpi_status acpi_db_find_name_in_namespace(char *name_arg); |
@@ -240,6 +244,8 @@ void acpi_db_display_history(void); | |||
240 | 244 | ||
241 | char *acpi_db_get_from_history(char *command_num_arg); | 245 | char *acpi_db_get_from_history(char *command_num_arg); |
242 | 246 | ||
247 | char *acpi_db_get_history_by_index(u32 commandd_num); | ||
248 | |||
243 | /* | 249 | /* |
244 | * dbinput - user front-end to the AML debugger | 250 | * dbinput - user front-end to the AML debugger |
245 | */ | 251 | */ |