mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
13 lines
265 B
C
13 lines
265 B
C
/* $NetBSD: vmparam.h,v 1.2 2001/02/07 14:53:09 uch Exp $ */
|
|
#ifndef _DREAMCAST_VMPARAM_H_
|
|
#define _DREAMCAST_VMPARAM_H_
|
|
|
|
#include <sh3/vmparam.h>
|
|
|
|
#define VM_PHYSSEG_MAX 1
|
|
|
|
#define VM_NFREELIST 1
|
|
#define VM_FREELIST_DEFAULT 0
|
|
|
|
#endif /* _DREAMCAST_VMPARAM_H_ */
|