mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
Cleanup
date 2000.06.06.20.50.00; author rmoore1; state Exp;
This commit is contained in:
parent
b1c4bf3cea
commit
f2728680a2
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user