blob: 21a59db638bb0cde58592b0bb6d99036439f24f4 [file] [log] [blame]
Simon Hormana6558c22011-03-24 07:04:37 +00001#ifndef MMC_H
2#define MMC_H
Simon Hormanf45b1142011-01-11 04:01:08 +01003
4/**************************************************
5 *
6 * board specific settings
7 *
8 **************************************************/
9
10#ifdef CONFIG_MACH_AP4EVB
Simon Hormana6558c22011-03-24 07:04:37 +000011#include "mach/mmc-ap4eb.h"
Simon Horman4a0f0812011-04-04 06:45:21 +000012#elif defined(CONFIG_MACH_MACKEREL)
Simon Hormana6558c22011-03-24 07:04:37 +000013#include "mach/mmc-mackerel.h"
Simon Hormanf45b1142011-01-11 04:01:08 +010014#else
15#error "unsupported board."
16#endif
17
Simon Hormana6558c22011-03-24 07:04:37 +000018#endif /* MMC_H */