diff options
| author | Andy Grover <agrover@groveronline.com> | 2003-02-27 00:23:08 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2003-02-27 00:23:08 -0800 |
| commit | da8bbd484da33232f351709c57fee02502b29547 (patch) | |
| tree | eea076f2ea3e91ccedf02f84356043b634e2e913 /include/acpi/acdebug.h | |
| parent | db72219bc0b3bcaddb0d92e6f532a99450dd9c03 (diff) | |
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 ""
Diffstat (limited to 'include/acpi/acdebug.h')
| -rw-r--r-- | include/acpi/acdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -177,6 +177,9 @@ acpi_db_display_resources ( char *object_arg); void +acpi_db_display_gpes (void); + +void acpi_db_check_integrity ( void); |
