acpi: add ACPI_ALLOCATE_LOCAL_BUFFER to ACPI.h

Signed-off-by: Fredrik Holmqvist <[email protected]>
This commit is contained in:
Yongcong Du
2012-11-18 17:39:19 +01:00
committed by Fredrik Holmqvist
parent 69f69b003a
commit 57311e7bb7
+1
View File
@@ -133,6 +133,7 @@ typedef struct acpi_data {
enum {
ACPI_ALLOCATE_BUFFER = -1,
ACPI_ALLOCATE_LOCAL_BUFFER = -2,
};