Added SI_* memory hole list type, to request a copy of

it via getsysinfo from PM.
This commit is contained in:
Ben Gras 2005-10-13 12:45:31 +00:00
parent c06149cffe
commit 54709f5a3a

View file

@ -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)