aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/achware.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
committerMike Smith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
commit584be850dfe72a391cecf4d3e4b7351ba82e8e46 (patch)
tree3c5d09bf67f1ee0a9b4f77e77f3a31bdd33a253f /sys/contrib/dev/acpica/achware.h
parent7fb2c1c6169b76180d4ee5c3147edf4da2fdd083 (diff)
downloadsrc-584be850dfe72a391cecf4d3e4b7351ba82e8e46.tar.gz
src-584be850dfe72a391cecf4d3e4b7351ba82e8e46.zip
Import of the Intel ACPI CA 20010920 snapshot.
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=84491
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