aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/achware.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/achware.h')
-rw-r--r--sys/contrib/dev/acpica/achware.h25
1 files changed, 21 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/achware.h b/sys/contrib/dev/acpica/achware.h
index 9b2f90bde00b..341bc4e9bf19 100644
--- a/sys/contrib/dev/acpica/achware.h
+++ b/sys/contrib/dev/acpica/achware.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: achware.h -- hardware specific interfaces
- * $Revision: 55 $
+ * $Revision: 56 $
*
*****************************************************************************/
@@ -196,21 +196,38 @@ AcpiHwGetBitShift (
void
AcpiHwEnableGpe (
- UINT32 GpeIndex);
+ UINT32 GpeNumber);
+
+void
+AcpiHwEnableGpeForWakeup (
+ UINT32 GpeNumber);
void
AcpiHwDisableGpe (
- UINT32 GpeIndex);
+ UINT32 GpeNumber);
+
+void
+AcpiHwDisableGpeForWakeup (
+ UINT32 GpeNumber);
void
AcpiHwClearGpe (
- UINT32 GpeIndex);
+ UINT32 GpeNumber);
void
AcpiHwGetGpeStatus (
UINT32 GpeNumber,
ACPI_EVENT_STATUS *EventStatus);
+void
+AcpiHwDisableNonWakeupGpes (
+ void);
+
+void
+AcpiHwEnableNonWakeupGpes (
+ void);
+
+
/* Sleep Prototypes */
ACPI_STATUS