mirror of
https://github.com/acpica/acpica/
synced 2025-03-14 02:02:52 +03:00
new proto
date 2004.05.21.22.28.00; author rmoore1; state Exp;
This commit is contained in:
parent
4aa52b7826
commit
912e8982fb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
|
||||
* $Revision: 1.148 $
|
||||
* $Revision: 1.149 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -190,6 +190,12 @@ AcpiExConvertToAscii (
|
||||
* exfield - ACPI AML (p-code) execution - field manipulation
|
||||
*/
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiExCommonBufferSetup (
|
||||
ACPI_OPERAND_OBJECT *ObjDesc,
|
||||
UINT32 BufferLength,
|
||||
UINT32 *DatumCount);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiExExtractFromField (
|
||||
ACPI_OPERAND_OBJECT *ObjDesc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user