summaryrefslogblamecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/mmc.h
blob: 21a59db638bb0cde58592b0bb6d99036439f24f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

             







                                                    
                           
                                   
                              



                           
                  
#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 */