/* $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