M7350/kernel/arch/arm/mach-shmobile/include/mach/mmc.h

17 lines
289 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef MMC_H
#define MMC_H
/**************************************************
*
* board specific settings
*
**************************************************/
2024-09-09 08:57:42 +00:00
#ifdef CONFIG_MACH_MACKEREL
2024-09-09 08:52:07 +00:00
#include "mach/mmc-mackerel.h"
#else
#error "unsupported board."
#endif
#endif /* MMC_H */