repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
sdhi.h
blob
0ec9e69f2c3ba529af7ccd47ff21ec5a285a84cd
1
#ifndef SDHI_H
2
#define SDHI_H
3
4
/**************************************************
5
*
6
* CPU specific settings
7
*
8
**************************************************/
9
10
#ifdef CONFIG_ARCH_SH7372
11
#include
"mach/sdhi-sh7372.h"
12
#else
13
#error
"unsupported CPU."
14
#endif
15
16
#endif
/* SDHI_H */