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
/
iyonix
/
include
/
param.h
blob
f728773ba2d288672b32da15a3f0fd697f7cc30d
1
/* $NetBSD: param.h,v 1.2 2005/12/11 12:17:51 christos Exp $ */
2
3
#ifndef _IYONIX_PARAM_H_
4
#define _IYONIX_PARAM_H_
5
6
#define _MACHINE iyonix
7
#define MACHINE
"iyonix"
8
9
#include <arm/arm32/param.h>
10
11
#endif
/* _IYONIX_PARAM_H_ */