summaryrefslogtreecommitdiff
path: root/source/compiler/asltypes.h
diff options
context:
space:
mode:
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;