common.h 257 B

12345678910111213
  1. /*
  2. * linux/arch/arm/mach-clps711x/common.h
  3. *
  4. * Common bits.
  5. */
  6. struct sys_timer;
  7. extern void clps711x_map_io(void);
  8. extern void clps711x_init_irq(void);
  9. extern struct sys_timer clps711x_timer;
  10. extern void clps711x_restart(char mode, const char *cmd);