platform.h 414 B

12345678910111213141516171819
  1. /*
  2. *
  3. * arch/arm/mach-u300/include/mach/platform.h
  4. *
  5. *
  6. * Copyright (C) 2006-2009 ST-Ericsson AB
  7. * License terms: GNU General Public License (GPL) version 2
  8. * Basic platform init and mapping functions.
  9. * Author: Linus Walleij <linus.walleij@stericsson.com>
  10. */
  11. #ifndef __ASSEMBLY__
  12. void u300_map_io(void);
  13. void u300_init_irq(void);
  14. void u300_init_devices(void);
  15. extern struct sys_timer u300_timer;
  16. #endif