mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
Update for new interfaces
date 2000.07.14.21.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
2e18f0d537
commit
2e3a40086a
@ -481,7 +481,8 @@ AdSecondPassParse (
|
||||
if (Op->Opcode == AML_METHOD_OP)
|
||||
{
|
||||
Method = (ACPI_DEFERRED_OP *) Op;
|
||||
Status = AcpiPsParseAml (Op, Method->Body, Method->BodyLength, 0);
|
||||
Status = AcpiPsParseAml (Op, Method->Body, Method->BodyLength, 0,
|
||||
NULL, NULL);
|
||||
|
||||
|
||||
BaseAmlOffset = (Method->Value.Arg)->AmlOffset + 1;
|
||||
@ -516,28 +517,3 @@ AdSecondPassParse (
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
* FUNCTION: AdGetTables
|
||||
*
|
||||
* PARAMETERS: Filename - Optional filename
|
||||
*
|
||||
* RETURN: None
|
||||
*
|
||||
* DESCRIPTION: Get the ACPI tables from either memory or a file
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
ACPI_STATUS
|
||||
xxxAdGetTables (
|
||||
char *Filename)
|
||||
{
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
Status = AcpiDbLoadAcpiTable (Filename);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user