| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-clps711x/common.h | ||||
| 3 | * | ||||
| 4 | * Common bits. | ||||
| 5 | */ | ||||
| 6 | |||||
| 7 | struct sys_timer; | ||||
| 8 | |||||
| 9 | extern void clps711x_map_io(void); | ||||
| 10 | extern void clps711x_init_irq(void); | ||||
| 11 | extern struct sys_timer clps711x_timer; | ||||
| Russell King | 6c00071 | 2011-11-05 17:41:52 +0000 | [diff] [blame] | 12 | extern void clps711x_restart(char mode, const char *cmd); |