mpc86xx.h 454 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright 2006 Freescale Semiconductor Inc.
  4. */
  5. #ifndef __MPC86XX_H__
  6. #define __MPC86XX_H__
  7. /*
  8. * Declaration for the various functions exported by the
  9. * mpc86xx_* files. Mostly for use by mpc86xx_setup().
  10. */
  11. extern void mpc86xx_smp_init(void);
  12. extern void mpc86xx_init_irq(void);
  13. extern long mpc86xx_time_init(void);
  14. extern int mpc86xx_common_publish_devices(void);
  15. #endif /* __MPC86XX_H__ */