mirror of
https://github.com/acpica/acpica/
synced 2025-02-10 18:44:12 +03:00
Removed ACPI_SIZE type
date 2000.06.30.20.36.00; author rmoore1; state Exp;
This commit is contained in:
parent
a3f45f4ba2
commit
3efec24945
@ -499,66 +499,6 @@ AcpiAmlGetFieldUnitValue (
|
||||
ACPI_OBJECT_INTERNAL *ResultDesc);
|
||||
|
||||
|
||||
/*
|
||||
* amcode - Scanner AML code manipulation routines
|
||||
*/
|
||||
|
||||
INT32
|
||||
AcpiAmlAvail (
|
||||
ACPI_SIZE n);
|
||||
|
||||
INT32
|
||||
AcpiAmlPeek (
|
||||
void);
|
||||
|
||||
INT32
|
||||
AcpiAmlGetPCodeByte (
|
||||
UINT8 *Pcode);
|
||||
|
||||
UINT16
|
||||
AcpiAmlPeekOp (
|
||||
void);
|
||||
|
||||
UINT8 *
|
||||
AcpiAmlConsumeBytes (
|
||||
ACPI_SIZE Bytes);
|
||||
|
||||
ACPI_SIZE
|
||||
AcpiAmlConsumeStreamBytes (
|
||||
ACPI_SIZE BytesToGet,
|
||||
UINT8 *AmlBuffer);
|
||||
|
||||
void
|
||||
AcpiAmlConsumePackage (
|
||||
OPERATING_MODE LoadExecMode);
|
||||
|
||||
void
|
||||
AcpiAmlSetPCodeInput (
|
||||
UINT8 *Base,
|
||||
UINT32 Length);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiAmlSetMethod (
|
||||
void *Object);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiAmlPrepExec (
|
||||
UINT8 *Pcode,
|
||||
UINT32 PcodeLength);
|
||||
|
||||
ACPI_HANDLE
|
||||
AcpiAmlGetPCodeHandle (
|
||||
void);
|
||||
|
||||
void
|
||||
AcpiAmlGetCurrentLocation (
|
||||
ACPI_OBJECT_INTERNAL *MethodDesc);
|
||||
|
||||
void
|
||||
AcpiAmlSetCurrentLocation (
|
||||
ACPI_OBJECT_INTERNAL *MethodDesc);
|
||||
|
||||
|
||||
/*
|
||||
* amdump - Scanner debug output routines
|
||||
*/
|
||||
@ -569,10 +509,6 @@ AcpiAmlShowHexValue (
|
||||
UINT8 *AmlPtr,
|
||||
INT32 LeadSpace);
|
||||
|
||||
void
|
||||
AcpiAmlDumpBuffer (
|
||||
ACPI_SIZE Length);
|
||||
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiAmlDumpOperand (
|
||||
|
Loading…
x
Reference in New Issue
Block a user