Blame view

arch/powerpc/platforms/85xx/mpc85xx.h 242 Bytes
543a07b17   Dmitry Eremin-Solenikov   powerpc/85xx: sep...
1
2
  #ifndef MPC85xx_H
  #define MPC85xx_H
46d026ac1   Dmitry Eremin-Solenikov   powerpc/85xx: con...
3
  extern int mpc85xx_common_publish_devices(void);
543a07b17   Dmitry Eremin-Solenikov   powerpc/85xx: sep...
4
5
6
7
8
9
10
  #ifdef CONFIG_CPM2
  extern void mpc85xx_cpm2_pic_init(void);
  #else
  static inline void __init mpc85xx_cpm2_pic_init(void) {}
  #endif /* CONFIG_CPM2 */
  
  #endif