diff options
Diffstat (limited to 'include/acpi/acobject.h')
-rw-r--r-- | include/acpi/acobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index d9442d346b9b..1747d94084d8 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h | |||
@@ -89,6 +89,7 @@ | |||
89 | #define AOPOBJ_OBJECT_INITIALIZED 0x08 | 89 | #define AOPOBJ_OBJECT_INITIALIZED 0x08 |
90 | #define AOPOBJ_SETUP_COMPLETE 0x10 | 90 | #define AOPOBJ_SETUP_COMPLETE 0x10 |
91 | #define AOPOBJ_SINGLE_DATUM 0x20 | 91 | #define AOPOBJ_SINGLE_DATUM 0x20 |
92 | #define AOPOBJ_INVALID 0x40 /* Used if host OS won't allow an op_region address */ | ||
92 | 93 | ||
93 | /****************************************************************************** | 94 | /****************************************************************************** |
94 | * | 95 | * |
@@ -248,7 +249,7 @@ struct acpi_object_bank_field { | |||
248 | struct acpi_object_index_field { | 249 | struct acpi_object_index_field { |
249 | ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO | 250 | ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO |
250 | /* | 251 | /* |
251 | * No "region_obj" pointer needed since the Index and Data registers | 252 | * No "RegionObj" pointer needed since the Index and Data registers |
252 | * are each field definitions unto themselves. | 253 | * are each field definitions unto themselves. |
253 | */ | 254 | */ |
254 | union acpi_operand_object *index_obj; /* Index register */ | 255 | union acpi_operand_object *index_obj; /* Index register */ |