summaryrefslogtreecommitdiffstats
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.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/sys/contrib/dev/acpica/achware.h b/sys/contrib/dev/acpica/achware.h
index 4411ea2..addc164 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: 60 $
+ * $Revision: 62 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -188,29 +188,25 @@ AcpiHwClearAcpiStatus (
/* GPE support */
-UINT8
-AcpiHwGetGpeBitMask (
- UINT32 GpeNumber);
-
ACPI_STATUS
AcpiHwEnableGpe (
- UINT32 GpeNumber);
+ ACPI_GPE_EVENT_INFO *GpeEventInfo);
void
AcpiHwEnableGpeForWakeup (
- UINT32 GpeNumber);
+ ACPI_GPE_EVENT_INFO *GpeEventInfo);
ACPI_STATUS
AcpiHwDisableGpe (
- UINT32 GpeNumber);
+ ACPI_GPE_EVENT_INFO *GpeEventInfo);
void
AcpiHwDisableGpeForWakeup (
- UINT32 GpeNumber);
+ ACPI_GPE_EVENT_INFO *GpeEventInfo);
ACPI_STATUS
AcpiHwClearGpe (
- UINT32 GpeNumber);
+ ACPI_GPE_EVENT_INFO *GpeEventInfo);
ACPI_STATUS
AcpiHwGetGpeStatus (
OpenPOWER on IntegriCloud