aboutsummaryrefslogtreecommitdiff
path: root/source/include/acobject.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-12-13 16:51:08 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-12-13 16:51:08 +0000
commit856462eaaec9052a60d62b66076257e7fad337c7 (patch)
treef331b79154052fd6dc5f70c176975966370af8d9 /source/include/acobject.h
parent858f47305dae045d81f39451ade697ba99b3266f (diff)
Import ACPICA 20191213.vendor/acpica/20191213
Notes
svn path=/vendor-sys/acpica/dist/; revision=355716 svn path=/vendor-sys/acpica/20191213/; revision=355717; tag=vendor/acpica/20191213
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;