mirror of
https://github.com/acpica/acpica/
synced 2025-01-06 01:22:23 +03:00
Prefixed all interpreter procs with "aml"
date 99.05.07.22.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
ac1079f560
commit
18dd1054a8
@ -132,12 +132,12 @@
|
||||
* Valid NsType values must not include any character acceptable in a name.
|
||||
*/
|
||||
|
||||
#define IsNsHandle(h) (NcOK ((INT32) * (char *) (h)))
|
||||
#define IS_NS_HANDLE(h) (AmlGoodChar((INT32) * (char *) (h)))
|
||||
|
||||
|
||||
/* To search the entire name space, pass this as SearchBase */
|
||||
|
||||
#define NS_ALL ((NsHandle)0)
|
||||
#define NS_ALL ((NsHandle)0)
|
||||
|
||||
|
||||
#define NUM_NS_TYPES 37
|
||||
|
Loading…
Reference in New Issue
Block a user