ACPI_PHYSICAL_ADDRESS cleanups

date	2000.11.03.00.07.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:12:36 +00:00
parent 32344f9fe7
commit a5f5a3f5cb

View File

@ -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,