mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
16 lines
289 B
C
16 lines
289 B
C
#ifndef MMC_H
|
|
#define MMC_H
|
|
|
|
/**************************************************
|
|
*
|
|
* board specific settings
|
|
*
|
|
**************************************************/
|
|
|
|
#ifdef CONFIG_MACH_MACKEREL
|
|
#include "mach/mmc-mackerel.h"
|
|
#else
|
|
#error "unsupported board."
|
|
#endif
|
|
|
|
#endif /* MMC_H */
|