summaryrefslogtreecommitdiff
path: root/sys/vm/pglist.h
blob: 2e17c434f92ce4e38eb19a74a81f84e58a21d6cc (plain)
1
2
3
4
5
6
7
8
/*	$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