NetBSD/sys/vm/pglist.h

7 lines
77 B
C
Raw Normal View History

1998-02-05 17:58:45 +03:00
#ifndef _PGLIST_H_
#define _PGLIST_H_
TAILQ_HEAD(pglist, vm_page);
#endif