mpc83xx.h 289 B

1234567891011121314
  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. #endif /* __MPC83XX_H__ */