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