mirror of
https://github.com/acpica/acpica/
synced 2025-03-14 02:02:52 +03:00
New interfaces
date 2000.03.23.15.56.00; author rmoore1; state Exp;
This commit is contained in:
parent
06e189a177
commit
a363a81a80
@ -192,6 +192,19 @@ extern UINT32 SizeOfAcpiObjects;
|
||||
#define EX_NO_SINGLE_STEP 1
|
||||
#define EX_SINGLE_STEP 2
|
||||
|
||||
|
||||
void
|
||||
DbDisplayArgumentObject (
|
||||
ACPI_OBJECT_INTERNAL *ObjDesc);
|
||||
|
||||
ACPI_STATUS
|
||||
DbDisplayObjects (
|
||||
char *ObjTypeArg,
|
||||
char *DisplayCountArg);
|
||||
|
||||
ACPI_STATUS
|
||||
DbFindNameInNamespace (
|
||||
char *NameArg);
|
||||
void
|
||||
DbSetOutputDestination (
|
||||
INT32 Where);
|
||||
|
Loading…
x
Reference in New Issue
Block a user