update AcpiHwClearAcpiStatus to take a flags parameter, so the

lock-taking can be optional


date	2003.06.13.00.36.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:38:37 +00:00
parent b7d468415a
commit 1bcd61189a

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: achware.h -- hardware specific interfaces
* $Revision: 1.66 $
* $Revision: 1.67 $
*
*****************************************************************************/
@ -181,7 +181,7 @@ AcpiHwLowLevelWrite (
ACPI_STATUS
AcpiHwClearAcpiStatus (
void);
UINT32 Flags);
/* GPE support */