acpi: add ACPI_ALLOCATE_LOCAL_BUFFER to ACPI.h

Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
This commit is contained in:
Yongcong Du 2012-08-04 22:12:45 +08:00 committed by Fredrik Holmqvist
parent 69f69b003a
commit 57311e7bb7
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ typedef struct acpi_data {
enum {
ACPI_ALLOCATE_BUFFER = -1,
ACPI_ALLOCATE_LOCAL_BUFFER = -2,
};