mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
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:
parent
b7d468415a
commit
1bcd61189a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user