common.h 541 B

123456789101112131415161718192021
  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_saif_clkmux_select(unsigned int clkmux);
  13. extern int mx23_clocks_init(void);
  14. extern int mx28_clocks_init(void);
  15. #endif /* __MACH_MXS_COMMON_H__ */