mxm8x10.h 466 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __MACH_MXM_8X10_H
  3. #define __MACH_MXM_8X10_H
  4. #define MXM_8X10_ETH_PHYS 0x13000000
  5. #if defined(CONFIG_MMC)
  6. #define MXM_8X10_SD_nCD (72)
  7. #define MXM_8X10_SD_WP (84)
  8. extern void mxm_8x10_mmc_init(void);
  9. #else
  10. static inline void mxm_8x10_mmc_init(void) {}
  11. #endif
  12. extern void mxm_8x10_usb_host_init(void);
  13. extern void mxm_8x10_ac97_init(void);
  14. extern void mxm_8x10_barebones_init(void);
  15. #endif /* __MACH_MXM_8X10_H */