date	2000.06.06.20.50.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:37:53 +00:00
parent b1c4bf3cea
commit f2728680a2

View File

@ -203,8 +203,8 @@ enum
#define SLPBTN_STS_MASK 0x0200
#define RTC_STS_MASK 0x0400
#define WAK_STS_MASK 0x8000
#define ALL_FIXED_STS_BITS \
(TMR_STS_MASK | \
#define ALL_FIXED_STS_BITS (TMR_STS_MASK | \
BM_STS_MASK | \
GBL_STS_MASK | \
PWRBTN_STS_MASK | \
@ -246,6 +246,11 @@ enum
#define CLEAR 0
#endif
/* Prototypes */
ACPI_STATUS
HwInitialize();
@ -271,9 +276,9 @@ HwGetModeCapabilities (
UINT32
HwRegisterIO (
INT32 ReadWrite,
UINT32 UseLock,
INT32 RegisterId, ... /* DWORD Value */);
NATIVE_UINT ReadWrite,
BOOLEAN UseLock,
UINT32 RegisterId, ... /* DWORD Value */);
void
HwClearAcpiStatus (