diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/actypes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 22b03c9286e9..787a977ece9d 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -668,13 +668,6 @@ typedef u32 acpi_event_status; | |||
668 | #define ACPI_EVENT_FLAG_SET (acpi_event_status) 0x04 | 668 | #define ACPI_EVENT_FLAG_SET (acpi_event_status) 0x04 |
669 | #define ACPI_EVENT_FLAG_HANDLE (acpi_event_status) 0x08 | 669 | #define ACPI_EVENT_FLAG_HANDLE (acpi_event_status) 0x08 |
670 | 670 | ||
671 | /* | ||
672 | * General Purpose Events (GPE) | ||
673 | */ | ||
674 | #define ACPI_GPE_INVALID 0xFF | ||
675 | #define ACPI_GPE_MAX 0xFF | ||
676 | #define ACPI_NUM_GPE 256 | ||
677 | |||
678 | /* Actions for acpi_set_gpe, acpi_gpe_wakeup, acpi_hw_low_set_gpe */ | 671 | /* Actions for acpi_set_gpe, acpi_gpe_wakeup, acpi_hw_low_set_gpe */ |
679 | 672 | ||
680 | #define ACPI_GPE_ENABLE 0 | 673 | #define ACPI_GPE_ENABLE 0 |