aboutsummaryrefslogtreecommitdiff
path: root/source/compiler/asltypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/asltypes.h')
-rw-r--r--source/compiler/asltypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/compiler/asltypes.h b/source/compiler/asltypes.h
index 538911fdde74..6f2fb88c0e75 100644
--- a/source/compiler/asltypes.h
+++ b/source/compiler/asltypes.h
@@ -164,12 +164,13 @@ typedef enum
ASL_FILE_ASM_SOURCE_OUTPUT,
ASL_FILE_C_SOURCE_OUTPUT,
ASL_FILE_ASM_INCLUDE_OUTPUT,
- ASL_FILE_C_INCLUDE_OUTPUT
+ ASL_FILE_C_INCLUDE_OUTPUT,
+ ASL_FILE_C_OFFSET_OUTPUT
} ASL_FILE_TYPES;
-#define ASL_MAX_FILE_TYPE 13
+#define ASL_MAX_FILE_TYPE 14
#define ASL_NUM_FILES (ASL_MAX_FILE_TYPE + 1)