summaryrefslogtreecommitdiff
path: root/source/include/actypes.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-06-15 10:51:12 -0700
committerGitHub <noreply@github.com>2016-06-15 10:51:12 -0700
commitd776c9ee6e67f3b7a186d809763558ca7a358710 (patch)
tree22aee76d7f384a2553421abf763747a229bf0680 /source/include/actypes.h
parent8aac0be3c840747a032b63e7365c99190e2a0ba9 (diff)
downloadacpica-d776c9ee6e67f3b7a186d809763558ca7a358710.tar.gz
Revert "Efi edk2"revert-143-efi-edk2
Diffstat (limited to 'source/include/actypes.h')
-rw-r--r--source/include/actypes.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/include/actypes.h b/source/include/actypes.h
index abc4f7b4c..039d71a5a 100644
--- a/source/include/actypes.h
+++ b/source/include/actypes.h
@@ -1459,6 +1459,16 @@ typedef enum
#define ACPI_OSI_WIN_10 0x0D
+/* Definitions of file IO */
+
+#define ACPI_FILE_READING 0x01
+#define ACPI_FILE_WRITING 0x02
+#define ACPI_FILE_BINARY 0x04
+
+#define ACPI_FILE_BEGIN 0x01
+#define ACPI_FILE_END 0x02
+
+
/* Definitions of getopt */
#define ACPI_OPT_END -1