mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
New data type
date 99.05.20.23.16.00; author rmoore1; state Exp;
This commit is contained in:
parent
f81dd41bd4
commit
65ff555b4c
@ -360,9 +360,17 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
nte *PreviousEntry;
|
||||
nte *NameTbl;
|
||||
nte *NameTable;
|
||||
UINT32 Position;
|
||||
BOOLEAN TableFull;
|
||||
} NS_SEARCH_DATA;
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char *Name;
|
||||
NsType Type;
|
||||
char *Val;
|
||||
} PREDEFINED_NAMES;
|
||||
|
||||
#endif /* DATATYPES_H */
|
Loading…
Reference in New Issue
Block a user