Added SI_* memory hole list type, to request a copy of
it via getsysinfo from PM.
This commit is contained in:
parent
c06149cffe
commit
54709f5a3a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
#define SI_PROC_ADDR 1 /* address of process table */
|
||||
#define SI_PROC_TAB 2 /* copy of entire process table */
|
||||
#define SI_DMAP_TAB 3 /* get device <-> driver mappings */
|
||||
#define SI_MEM_ALLOC 4 /* get memory allocation data */
|
||||
|
||||
/* NULL must be defined in <unistd.h> according to POSIX Sec. 2.7.1. */
|
||||
#define NULL ((void *)0)
|
||||
|
|
Loading…
Reference in a new issue