xref: /netbsd-src/sys/arch/hpcmips/include/vmparam.h (revision 8450a7c42673d65e3b1f6560d3b6ecd317a6cbe8)
1 /*	$NetBSD: vmparam.h,v 1.5 2009/12/14 00:46:04 matt Exp $	*/
2 
3 #include <mips/vmparam.h>
4 #include <sys/kcore.h>
5 
6 #define	VM_PHYSSEG_MAX		5
7 
8 extern phys_ram_seg_t mem_clusters[];
9 extern int mem_cluster_cnt;
10