]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/mmc.h
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / mach-shmobile / include / mach / mmc.h
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 */