mirror of
https://github.com/acpica/acpica/
synced 2025-03-15 02:32:52 +03:00
ACPI_PHYSICAL_ADDRESS cleanups
date 2000.11.03.00.07.00; author agrover; state Exp;
This commit is contained in:
parent
7e9b04ff61
commit
23dcb72932
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actables.h - ACPI table management
|
||||
* $Revision: 1.26 $
|
||||
* $Revision: 1.27 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -158,13 +158,13 @@ AcpiTbGetTablePtr (
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiTbGetTable (
|
||||
UINT64 PhysicalAddress,
|
||||
ACPI_PHYSICAL_ADDRESS PhysicalAddress,
|
||||
ACPI_TABLE_HEADER *BufferPtr,
|
||||
ACPI_TABLE_DESC *TableInfo);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiTbVerifyRsdp (
|
||||
UINT64 RSDP_PhysicalAddress);
|
||||
ACPI_PHYSICAL_ADDRESS RSDP_PhysicalAddress);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiTbGetTableFacs (
|
||||
@ -255,7 +255,7 @@ AcpiTbSystemTablePointer (
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiTbMapAcpiTable (
|
||||
UINT64 PhysicalAddress,
|
||||
ACPI_PHYSICAL_ADDRESS PhysicalAddress,
|
||||
UINT32 *Size,
|
||||
void **LogicalAddress);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user