OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-shmobile/include/mach/mmc.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

19 lines
351 B
C

#ifndef MMC_H
#define MMC_H
/**************************************************
*
* board specific settings
*
**************************************************/
#ifdef CONFIG_MACH_AP4EVB
#include "mach/mmc-ap4eb.h"
#elif defined(CONFIG_MACH_MACKEREL)
#include "mach/mmc-mackerel.h"
#else
#error "unsupported board."
#endif
#endif /* MMC_H */