mirror of
https://github.com/acpica/acpica/
synced 2025-02-14 12:34:50 +03:00
Pass ISR flag to internal interfaces
date 2004.07.14.21.44.00; author rmoore1; state Exp;
This commit is contained in:
parent
4d635a5fe0
commit
88b4745535
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user