aboutsummaryrefslogtreecommitdiff
path: root/source/include/acobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acobject.h')
-rw-r--r--source/include/acobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/acobject.h b/source/include/acobject.h
index 74feb8d93da9..d04fe0c64cd7 100644
--- a/source/include/acobject.h
+++ b/source/include/acobject.h
@@ -489,6 +489,7 @@ typedef struct acpi_object_buffer_field
{
ACPI_OBJECT_COMMON_HEADER
ACPI_COMMON_FIELD_INFO
+ BOOLEAN IsCreateField; /* Special case for objects created by CreateField() */
union acpi_operand_object *BufferObj; /* Containing Buffer object */
} ACPI_OBJECT_BUFFER_FIELD;