diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-03-18 21:13:19 +0000 |
| commit | 937fa60dd2f2b6264fb99f22b638190a3fef996b (patch) | |
| tree | 0dc0bf084f8f2e8a00eec502c9893e78b5a4b088 /source/include/aclocal.h | |
| parent | 67ac2c42d552618270f8ba5431d63944a35a0ee7 (diff) | |
Notes
Diffstat (limited to 'source/include/aclocal.h')
| -rw-r--r-- | source/include/aclocal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h index 46d430a7ec2d4..48cff57676b57 100644 --- a/source/include/aclocal.h +++ b/source/include/aclocal.h @@ -1285,6 +1285,7 @@ typedef struct acpi_external_list #define ACPI_EXT_ORIGIN_FROM_FILE 0x02 /* External came from a file */ #define ACPI_EXT_INTERNAL_PATH_ALLOCATED 0x04 /* Deallocate internal path on completion */ #define ACPI_EXT_EXTERNAL_EMITTED 0x08 /* External() statement has been emitted */ +#define ACPI_EXT_ORIGIN_FROM_OPCODE 0x10 /* External came from a External() opcode */ typedef struct acpi_external_file |
