NetBSD/sys/vm/pglist.h
1999-02-15 04:14:54 +00:00

9 lines
142 B
C

/* $NetBSD: pglist.h,v 1.2 1999/02/15 04:17:35 hubertf Exp $ */
#ifndef _PGLIST_H_
#define _PGLIST_H_
TAILQ_HEAD(pglist, vm_page);
#endif