mirror of
https://github.com/acpica/acpica/
synced 2025-02-16 13:34:07 +03:00
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:
parent
ad7eda16e0
commit
0939b518f3
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user