mirror of
https://github.com/acpica/acpica/
synced 2025-02-08 09:34:14 +03:00
2 typedefs
date 2000.03.24.16.49.00; author rmoore1; state Exp;
This commit is contained in:
parent
a363a81a80
commit
086f3ba1fc
@ -182,6 +182,22 @@ extern UINT32 SizeOfAcpiObjects;
|
||||
|
||||
|
||||
|
||||
typedef struct CommandInfo
|
||||
{
|
||||
char *Name; /* Command Name */
|
||||
char MinArgs; /* Minimum arguments required */
|
||||
|
||||
} COMMAND_INFO;
|
||||
|
||||
|
||||
typedef struct ArgumentInfo
|
||||
{
|
||||
char *Name; /* Argument Name */
|
||||
|
||||
} ARGUMENT_INFO;
|
||||
|
||||
|
||||
|
||||
#define PARAM_LIST(pl) pl
|
||||
|
||||
#define DBTEST_OUTPUT_LEVEL(lvl) if (opt_verbose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user