mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / arm / mach-pxa / mxm8x10.h
blobdcd32321c995e71fdfdd08ce4d4ebb1a26656253
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MACH_MXM_8X10_H
3 #define __MACH_MXM_8X10_H
5 #define MXM_8X10_ETH_PHYS 0x13000000
7 #if defined(CONFIG_MMC)
9 #define MXM_8X10_SD_nCD (72)
10 #define MXM_8X10_SD_WP (84)
12 extern void mxm_8x10_mmc_init(void);
13 #else
14 static inline void mxm_8x10_mmc_init(void) {}
15 #endif
17 extern void mxm_8x10_usb_host_init(void);
18 extern void mxm_8x10_ac97_init(void);
20 extern void mxm_8x10_barebones_init(void);
22 #endif /* __MACH_MXM_8X10_H */