summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/achware.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
committermsmith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
commitba72040ab6da527cb4f4a663259ca7417976499a (patch)
tree3c5d09bf67f1ee0a9b4f77e77f3a31bdd33a253f /sys/contrib/dev/acpica/achware.h
parent9d39e615a85d5e81e8442ec3bf65c8dff5e393c5 (diff)
downloadFreeBSD-src-ba72040ab6da527cb4f4a663259ca7417976499a.zip
FreeBSD-src-ba72040ab6da527cb4f4a663259ca7417976499a.tar.gz
Import of the Intel ACPI CA 20010920 snapshot.
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 9b2f90b..341bc4e 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
OpenPOWER on IntegriCloud