projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
388aa69c64cee49d8eb5f8b1e5897a8c34890c67
[platform/kernel/u-boot.git]
/
processor.h
1
#ifndef _ASM_SH_PROCESSOR_H_
2
#define _ASM_SH_PROCESSOR_H_
3
#if defined CONFIG_SH3
4
# include <asm/cpu_sh3.h>
5
#elif defined (CONFIG_SH4) || \
6
defined (CONFIG_SH4A)
7
# include <asm/cpu_sh4.h>
8
#endif
9
#endif