From da8bbd484da33232f351709c57fee02502b29547 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Thu, 27 Feb 2003 00:23:08 -0800 Subject: ACPI: Interpreter update - Add acpi_walk_resource support (Bjorn Helgaas) - Add S4BIOS support (Pavel Machek) - Rewrite GPE code to deal with future GPE block devices - Fix a bug that caused long delays when receiving SCIs - Fix a bug that causes oopses when battery strings are "" --- include/acpi/acdebug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/acpi/acdebug.h') diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h index cd2b474ec837..ae75649c348b 100644 --- a/include/acpi/acdebug.h +++ b/include/acpi/acdebug.h @@ -176,6 +176,9 @@ void acpi_db_display_resources ( char *object_arg); +void +acpi_db_display_gpes (void); + void acpi_db_check_integrity ( void); -- cgit v1.2.3