repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
landisk
/
include
/
vmparam.h
blob
e4b70bb2f6268dbc0c34e3ece98fb39a4d4571a1
1
/* $NetBSD$ */
2
3
#ifndef _LANDISK_VMPARAM_H_
4
#define _LANDISK_VMPARAM_H_
5
6
#include <sh3/vmparam.h>
7
8
#define VM_PHYSSEG_MAX 1
9
10
#define VM_NFREELIST 1
11
#define VM_FREELIST_DEFAULT 0
12
13
#endif
/* _LANDISK_VMPARAM_H_ */