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

17 lines
285 B
C

#ifndef SDHI_H
#define SDHI_H
/**************************************************
*
* CPU specific settings
*
**************************************************/
#ifdef CONFIG_ARCH_SH7372
#include "mach/sdhi-sh7372.h"
#else
#error "unsupported CPU."
#endif
#endif /* SDHI_H */