NetBSD/sys/vm/pglist.h

9 lines
142 B
C
Raw Normal View History

1999-02-15 07:14:54 +03:00
/* $NetBSD: pglist.h,v 1.2 1999/02/15 04:17:35 hubertf Exp $ */
1998-02-05 17:58:45 +03:00
#ifndef _PGLIST_H_
#define _PGLIST_H_
TAILQ_HEAD(pglist, vm_page);
#endif