repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
include
/
asm-arm
/
arch-moxacpu
/
cpe
/
cpe.h
blob
a8903b51fa70333990c7b31bc537da1dbb851b87
1
/*
2
cpe.h
3
maintened by ivan wang 2004/8/18 11:25
4
*/
5
6
#ifndef _CPE_H_
7
#define _CPE_H_
8
#include <linux/config.h>
9
10
#ifdef CONFIG_ARCH_MOXACPU
11
#include
"a320c.h"
12
#endif
13
14
#endif