Completed major overhaul and restructuring of table manager code.

date	2002.06.20.22.04.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:11:06 +00:00
parent ad7eda16e0
commit 0939b518f3

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslstubs - Stubs used to link to Aml interpreter
* $Revision: 1.2 $
* $Revision: 1.3 $
*
*****************************************************************************/
@ -348,7 +348,8 @@ AcpiTbFindTable (
ACPI_STATUS
AcpiTbMatchSignature (
NATIVE_CHAR *Signature,
ACPI_TABLE_DESC *TableInfo)
ACPI_TABLE_DESC *TableInfo,
UINT8 SearchType)
{
return (AE_OK);
}