Home | History | Annotate | Line # | Download | only in include
      1  1.6  christos /*	$NetBSD: vmparam.h,v 1.6 2019/03/28 08:33:07 christos Exp $	*/
      2  1.1  takemura 
      3  1.1  takemura #include <mips/vmparam.h>
      4  1.6  christos #ifdef _KERNEL
      5  1.4       uch #include <sys/kcore.h>
      6  1.1  takemura 
      7  1.2      shin #define	VM_PHYSSEG_MAX		5
      8  1.1  takemura 
      9  1.4       uch extern phys_ram_seg_t mem_clusters[];
     10  1.4       uch extern int mem_cluster_cnt;
     11  1.6  christos #endif
     12