Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.4
      1  1.4       uch /*	$NetBSD: vmparam.h,v 1.4 2002/01/31 17:56:34 uch Exp $	*/
      2  1.1  takemura 
      3  1.1  takemura #include <mips/vmparam.h>
      4  1.4       uch #include <sys/kcore.h>
      5  1.1  takemura 
      6  1.2      shin #define	VM_PHYSSEG_MAX		5
      7  1.1  takemura 
      8  1.1  takemura #define	VM_NFREELIST		1
      9  1.1  takemura #define	VM_FREELIST_DEFAULT	0
     10  1.4       uch 
     11  1.4       uch extern phys_ram_seg_t mem_clusters[];
     12  1.4       uch extern int mem_cluster_cnt;
     13