ACPI_PHYSICAL_ADDRESS cleanups

date	2000.11.03.00.08.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:56:47 +00:00
parent 415cf97113
commit 5d9e81e0b8

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbutils - Table manipulation utilities
* $Revision: 1.29 $
* $Revision: 1.30 $
*
*****************************************************************************/
@ -337,7 +337,7 @@ AcpiTbValidateTableHeader (
ACPI_STATUS
AcpiTbMapAcpiTable (
UINT64 PhysicalAddress,
ACPI_PHYSICAL_ADDRESS PhysicalAddress,
UINT32 *Size,
void **LogicalAddress)
{