mpc85xx.h 242 B

1234567891011
  1. #ifndef MPC85xx_H
  2. #define MPC85xx_H
  3. extern int mpc85xx_common_publish_devices(void);
  4. #ifdef CONFIG_CPM2
  5. extern void mpc85xx_cpm2_pic_init(void);
  6. #else
  7. static inline void __init mpc85xx_cpm2_pic_init(void) {}
  8. #endif /* CONFIG_CPM2 */
  9. #endif