repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
mmc.h
blob
e979b8fc1da20d72b5b614e016817bd5d544f2d0
1
#ifndef MMC_H
2
#define MMC_H
3
4
/**************************************************
5
*
6
* board specific settings
7
*
8
**************************************************/
9
10
#ifdef CONFIG_MACH_MACKEREL
11
#include
"mach/mmc-mackerel.h"
12
#else
13
#error
"unsupported board."
14
#endif
15
16
#endif
/* MMC_H */