platform.h 249 B

1234567891011121314
  1. /*
  2. * linux/include/asm-arm/arch-ep93xx/platform.h
  3. */
  4. #ifndef __ASSEMBLY__
  5. void ep93xx_map_io(void);
  6. void ep93xx_init_irq(void);
  7. void ep93xx_init_time(unsigned long);
  8. void ep93xx_init_devices(void);
  9. extern struct sys_timer ep93xx_timer;
  10. #endif