diff options
author | Erik Schmauss <erik.schmauss@intel.com> | 2019-10-26 00:36:55 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-10-29 00:12:46 +0300 |
commit | 5fd033288a86676045d9e16243dfc5f988013371 (patch) | |
tree | 0e7a05df843d86e490aa7ed200f4d6f88c5b09e0 /drivers/acpi/acpica/acdebug.h | |
parent | efcf9456c81cd06a9d973ab042bf768a27c5bb43 (diff) | |
download | linux-5fd033288a86676045d9e16243dfc5f988013371.tar.xz |
ACPICA: debugger: add command to dump all fields of particular subtype
In acpiexec, this can be invoked by typing "fields" followed by a
number representing the address space ID of that field.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 32f2e38c7570..694cf206fa9a 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h @@ -148,6 +148,8 @@ void acpi_db_find_references(char *object_arg); void acpi_db_get_bus_info(void); +acpi_status acpi_db_display_fields(u32 address_space_id); + /* * dbdisply - debug display commands */ |