mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
16-bit change
date 2001.12.18.22.28.00; author rmoore1; state Exp;
This commit is contained in:
parent
0dc5d7426a
commit
ac50e70f55
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aemain - Main routine for the AcpiExec utility
|
||||
* $Revision: 1.43 $
|
||||
* $Revision: 1.45 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -224,6 +224,16 @@ AcpiGetIrqRoutingTable (
|
||||
{
|
||||
return AE_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiGetFirmwareTable (
|
||||
ACPI_STRING Signature,
|
||||
UINT32 Instance,
|
||||
UINT32 Flags,
|
||||
ACPI_TABLE_HEADER **TablePointer)
|
||||
{
|
||||
return (AE_NOT_IMPLEMENTED);
|
||||
}
|
||||
#endif
|
||||
|
||||
/******************************************************************************
|
||||
@ -371,7 +381,6 @@ main (
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Need a fake FADT so that the hardware component is happy */
|
||||
|
||||
ACPI_STORE_ADDRESS (LocalFADT.XGpe0Blk.Address, 0x70);
|
||||
@ -388,7 +397,6 @@ main (
|
||||
AcpiGbl_FACS = &LocalFACS;
|
||||
|
||||
|
||||
|
||||
/* TBD:
|
||||
* Need a way to call this after the "LOAD" command
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user