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/acutils.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/acutils.h')
| -rw-r--r-- | include/acpi/acutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acutils.h b/include/acpi/acutils.h index 114793ddf698..576ad04ca41f 100644 --- a/include/acpi/acutils.h +++ b/include/acpi/acutils.h @@ -463,6 +463,8 @@ acpi_ut_delete_internal_object_list ( #define METHOD_NAME__SEG "_SEG" #define METHOD_NAME__BBN "_BBN" #define METHOD_NAME__PRT "_PRT" +#define METHOD_NAME__CRS "_CRS" +#define METHOD_NAME__PRS "_PRS" acpi_status |
