common.h 809 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
  3. */
  4. /*
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. */
  9. #ifndef __MACH_MXS_COMMON_H__
  10. #define __MACH_MXS_COMMON_H__
  11. extern const u32 *mxs_get_ocotp(void);
  12. extern int mxs_reset_block(void __iomem *);
  13. extern void mxs_timer_init(void);
  14. extern void mxs_restart(char, const char *);
  15. extern int mxs_saif_clkmux_select(unsigned int clkmux);
  16. extern int mx23_clocks_init(void);
  17. extern void mx23_map_io(void);
  18. extern int mx28_clocks_init(void);
  19. extern void mx28_map_io(void);
  20. extern void icoll_init_irq(void);
  21. extern void icoll_handle_irq(struct pt_regs *);
  22. #endif /* __MACH_MXS_COMMON_H__ */