Home | History | Annotate | Line # | Download | only in include
      1  1.2     uch /*	$NetBSD: vmparam.h,v 1.2 2001/02/07 14:53:09 uch Exp $	*/
      2  1.1  marcus #ifndef _DREAMCAST_VMPARAM_H_
      3  1.1  marcus #define _DREAMCAST_VMPARAM_H_
      4  1.1  marcus 
      5  1.1  marcus #include <sh3/vmparam.h>
      6  1.2     uch 
      7  1.2     uch #define VM_PHYSSEG_MAX		1
      8  1.2     uch 
      9  1.2     uch #define VM_NFREELIST		1
     10  1.2     uch #define VM_FREELIST_DEFAULT	0
     11  1.1  marcus 
     12  1.1  marcus #endif /* _DREAMCAST_VMPARAM_H_ */
     13