mpc83xx.h 471 B

123456789101112131415161718
  1. #ifndef __MPC83XX_H__
  2. #define __MPC83XX_H__
  3. #include <linux/init.h>
  4. #include <linux/device.h>
  5. /*
  6. * Declaration for the various functions exported by the
  7. * mpc83xx_* files. Mostly for use by mpc83xx_setup
  8. */
  9. extern int add_bridge(struct device_node *dev);
  10. extern int mpc83xx_exclude_device(u_char bus, u_char devfn);
  11. extern void mpc83xx_pcibios_fixup(void);
  12. extern void mpc83xx_restart(char *cmd);
  13. extern long mpc83xx_time_init(void);
  14. #endif /* __MPC83XX_H__ */