diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 432a318c9ed1..9feba08c29fe 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2012, Intel Corp. | 8 | * Copyright (C) 2000 - 2013, Intel Corp. |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -115,6 +115,21 @@ ACPI_HW_DEPENDENT_RETURN_VOID(void | |||
115 | char *block_arg)) | 115 | char *block_arg)) |
116 | 116 | ||
117 | /* | 117 | /* |
118 | * dbconvert - miscellaneous conversion routines | ||
119 | */ | ||
120 | acpi_status acpi_db_hex_char_to_value(int hex_char, u8 *return_value); | ||
121 | |||
122 | acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object); | ||
123 | |||
124 | acpi_status | ||
125 | acpi_db_convert_to_object(acpi_object_type type, | ||
126 | char *string, union acpi_object *object); | ||
127 | |||
128 | u8 *acpi_db_encode_pld_buffer(struct acpi_pld_info *pld_info); | ||
129 | |||
130 | void acpi_db_dump_pld_buffer(union acpi_object *obj_desc); | ||
131 | |||
132 | /* | ||
118 | * dbmethod - control method commands | 133 | * dbmethod - control method commands |
119 | */ | 134 | */ |
120 | void | 135 | void |
@@ -191,6 +206,8 @@ void | |||
191 | acpi_db_create_execution_threads(char *num_threads_arg, | 206 | acpi_db_create_execution_threads(char *num_threads_arg, |
192 | char *num_loops_arg, char *method_name_arg); | 207 | char *num_loops_arg, char *method_name_arg); |
193 | 208 | ||
209 | void acpi_db_delete_objects(u32 count, union acpi_object *objects); | ||
210 | |||
194 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS | 211 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS |
195 | u32 acpi_db_get_cache_info(struct acpi_memory_list *cache); | 212 | u32 acpi_db_get_cache_info(struct acpi_memory_list *cache); |
196 | #endif | 213 | #endif |