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
/
ews4800mips
/
include
/
wired_map.h
blob
c91ec4b7e43d7c0ef5ef4831bf8d37ddb0b802fb
1
/* $NetBSD$ */
2
3
/* currently only framebuffer uses wired map */
4
#define MIPS3_NWIRED_ENTRY 2
5
#define MIPS3_WIRED_SIZE MIPS3_PG_SIZE_MASK_TO_SIZE(MIPS3_PG_SIZE_16M)
6
7
#include <mips/wired_map.h>