7 lines
77 B
C
7 lines
77 B
C
#ifndef _PGLIST_H_
|
|
#define _PGLIST_H_
|
|
|
|
TAILQ_HEAD(pglist, vm_page);
|
|
|
|
#endif
|