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
/
hpc
/
stand
/
include
/
machine
/
platid.h
blob
8bd9c03a67c0288572a81b436b211ad92985bf3b
1
/* $NetBSD: platid.h,v 1.2.16.3 2004/09/21 13:15:59 skrll Exp $ */
2
3
#ifdef MIPS
4
#define hpcmips
5
#endif
6
#ifdef SHx
7
#define hpcsh
8
#endif
9
#ifdef ARM
10
#define hpcarm
11
#endif
12
#include
"../../../include/platid.h"