common.h 470 B

1234567891011121314151617181920
  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 __ASM_ARCH_MXC_COMMON_H__
  10. #define __ASM_ARCH_MXC_COMMON_H__
  11. struct sys_timer;
  12. extern void mxc_map_io(void);
  13. extern void mxc_init_irq(void);
  14. extern struct sys_timer mxc_timer;
  15. #endif