summaryrefslogtreecommitdiff
path: root/source/compiler/asltypes.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
commite63852a7532181a14cec2928b31af2209e98414a (patch)
treebe94508475add18bbaa0cacd6c467983d2b8a443 /source/compiler/asltypes.h
parent0ada71f05e76bf61eb2d5aba852db00705edd364 (diff)
Diffstat (limited to 'source/compiler/asltypes.h')
-rw-r--r--source/compiler/asltypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/compiler/asltypes.h b/source/compiler/asltypes.h
index 8a6a07505181..2df31eab5583 100644
--- a/source/compiler/asltypes.h
+++ b/source/compiler/asltypes.h
@@ -505,9 +505,12 @@ typedef struct asl_files_node
UINT32 TotalLineCount;
UINT32 OriginalInputFileSize;
UINT32 TotalKeywords;
+ UINT32 TotalFields;
+ UINT32 OutputByteLength;
UINT32 TotalNamedObjects;
UINT32 TotalExecutableOpcodes;
BOOLEAN ParserErrorDetected;
+ UINT8 FileType;
} ASL_GLOBAL_FILE_NODE;