date 2002.02.01.22.20.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 20:42:01 +00:00
parent 37d370235f
commit 9c292daf7c

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: aemain - Main routine for the AcpiExec utility
* $Revision: 1.52 $
* $Revision: 1.53 $
*
*****************************************************************************/
@ -224,16 +224,6 @@ AcpiGetIrqRoutingTable (
{
return AE_NOT_IMPLEMENTED;
}
ACPI_STATUS
AcpiGetFirmwareTable (
ACPI_STRING Signature,
UINT32 Instance,
UINT32 Flags,
ACPI_TABLE_HEADER **TablePointer)
{
return (AE_NOT_IMPLEMENTED);
}
#endif
/******************************************************************************