diff options
Diffstat (limited to 'source/include/actypes.h')
-rw-r--r-- | source/include/actypes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/include/actypes.h b/source/include/actypes.h index 840c146..09ccfdf 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -680,13 +680,6 @@ typedef UINT32 ACPI_EVENT_STATUS; #define ACPI_EVENT_FLAG_WAKE_ENABLED (ACPI_EVENT_STATUS) 0x02 #define ACPI_EVENT_FLAG_SET (ACPI_EVENT_STATUS) 0x04 -/* - * General Purpose Events (GPE) - */ -#define ACPI_GPE_INVALID 0xFF -#define ACPI_GPE_MAX 0xFF -#define ACPI_NUM_GPE 256 - /* Actions for AcpiSetGpe, AcpiGpeWakeup, AcpiHwLowSetGpe */ #define ACPI_GPE_ENABLE 0 |