diff options
Diffstat (limited to 'compiler/asldefine.h')
-rw-r--r-- | compiler/asldefine.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/asldefine.h b/compiler/asldefine.h index cff4ecf410e4..a146f77f01a1 100644 --- a/compiler/asldefine.h +++ b/compiler/asldefine.h @@ -184,6 +184,13 @@ #define FILE_SUFFIX_C_INCLUDE "h" +/* Types for input files */ + +#define ASL_INPUT_TYPE_BINARY 0 +#define ASL_INPUT_TYPE_ASCII_ASL 1 +#define ASL_INPUT_TYPE_ASCII_DATA 2 + + /* Misc */ #define ASL_EXTERNAL_METHOD 255 |