diff options
Diffstat (limited to 'source/include/actypes.h')
-rw-r--r-- | source/include/actypes.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/include/actypes.h b/source/include/actypes.h index 395b91538381..3861f12d5ba0 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -1387,16 +1387,6 @@ 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 |