xref: /netbsd-src/sys/arch/hpcmips/include/vmparam.h (revision b8bef340874036206117c47b18e90c4fd641ec10)
1 /*	$NetBSD: vmparam.h,v 1.6 2019/03/28 08:33:07 christos Exp $	*/
2 
3 #include <mips/vmparam.h>
4 #ifdef _KERNEL
5 #include <sys/kcore.h>
6 
7 #define	VM_PHYSSEG_MAX		5
8 
9 extern phys_ram_seg_t mem_clusters[];
10 extern int mem_cluster_cnt;
11 #endif
12