mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
ACPI_PHYSICAL_ADDRESS cleanups
date 2000.11.03.00.07.00; author agrover; state Exp;
This commit is contained in:
parent
32344f9fe7
commit
a5f5a3f5cb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actypes.h - Common data types for the entire ACPI subsystem
|
||||
* $Revision: 1.150 $
|
||||
* $Revision: 1.151 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -691,7 +691,7 @@ void (*NOTIFY_HANDLER) (
|
||||
typedef
|
||||
ACPI_STATUS (*ADDRESS_SPACE_HANDLER) (
|
||||
UINT32 Function,
|
||||
ACPI_INTEGER Address,
|
||||
ACPI_PHYSICAL_ADDRESS Address,
|
||||
UINT32 BitWidth,
|
||||
UINT32 *Value,
|
||||
void *HandlerContext,
|
||||
|
Loading…
Reference in New Issue
Block a user