projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
[platform/kernel/u-boot.git]
/
include
/
asm-sh
/
processor.h
1
#ifndef _ASM_SH_PROCESSOR_H_
2
#define _ASM_SH_PROCESSOR_H_
3
#if defined(CONFIG_SH2) || \
4
defined (CONFIG_SH2A)
5
# include <asm/cpu_sh2.h>
6
#elif defined (CONFIG_SH3)
7
# include <asm/cpu_sh3.h>
8
#elif defined (CONFIG_SH4) || \
9
defined (CONFIG_SH4A)
10
# include <asm/cpu_sh4.h>
11
#endif
12
#endif