]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/mach-pxa/mxm8x10.h
ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-pxa / mxm8x10.h
CommitLineData
1f3b536b
EP
1#ifndef __MACH_MXM_8X10_H
2#define __MACH_MXM_8X10_H
3
4#define MXM_8X10_ETH_PHYS 0x13000000
5
6#if defined(CONFIG_MMC)
7
8#define MXM_8X10_SD_nCD (72)
62c132a8 9#define MXM_8X10_SD_WP (84)
1f3b536b
EP
10
11extern void mxm_8x10_mmc_init(void);
12#else
13static inline void mxm_8x10_mmc_init(void) {}
14#endif
15
16extern void mxm_8x10_usb_host_init(void);
17extern void mxm_8x10_ac97_init(void);
18
19extern void mxm_8x10_barebones_init(void);
20
21#endif /* __MACH_MXM_8X10_H */