Pass ISR flag to internal interfaces

date	2004.07.14.21.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:38:43 +00:00
parent 4d635a5fe0
commit 88b4745535

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: achware.h -- hardware specific interfaces
* $Revision: 1.72 $
* $Revision: 1.73 $
*
*****************************************************************************/
@ -211,15 +211,15 @@ AcpiHwGetGpeStatus (
ACPI_STATUS
AcpiHwDisableAllGpes (
void);
UINT32 Flags);
ACPI_STATUS
AcpiHwEnableAllRuntimeGpes (
void);
UINT32 Flags);
ACPI_STATUS
AcpiHwEnableAllWakeupGpes (
void);
UINT32 Flags);
ACPI_STATUS
AcpiHwEnableRuntimeGpeBlock (