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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcmips
/
include
/
vmparam.h
blob
83c373dc763f058cd94f0598f6185e1b00d6f6d5
1
/* $NetBSD: vmparam.h,v 1.4 2002/01/31 17:56:34 uch Exp $ */
2
3
#include <mips/vmparam.h>
4
#include <sys/kcore.h>
5
6
#define VM_PHYSSEG_MAX 5
7
8
extern
phys_ram_seg_t mem_clusters
[];
9
extern
int
mem_cluster_cnt
;