/*	$OpenBSD: pglist.h,v 1.1 1998/03/01 00:37:58 niklas Exp $	*/

#ifndef _PGLIST_H_
#define _PGLIST_H_

TAILQ_HEAD(pglist, vm_page); 

#endif