mirror of
https://github.com/acpica/acpica/
synced 2025-01-07 10:04:53 +03:00
First attempt at moving all macros to a single file, macros.h
date 99.10.08.22.29.00; author rmoore1; state Exp;
This commit is contained in:
parent
715c0a6271
commit
7fab24fed5
@ -125,13 +125,6 @@
|
||||
|
||||
#define ACPILIB_DATA_FILE_VERSION "ADF-001"
|
||||
|
||||
/*
|
||||
* There is an (nte *) prefix to each name table, containing either a NULL
|
||||
* pointer or the address of the next array of nte's in the scope.
|
||||
*
|
||||
* This macro extracts a pointer to the NEXT table in the chain.
|
||||
*/
|
||||
#define NEXTSEG(NameTbl) ((NAME_TABLE_ENTRY **)NameTbl)[-1]
|
||||
|
||||
/* To search the entire name space, pass this as SearchBase */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user