1 /* $NetBSD: vmparam.h,v 1.5.64.1 2019/06/10 22:06:17 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