blob: fc0f0650dcb544cf24c040b995af699d8d1aba26 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * linux/arch/arm/mach-clps711x/common.h
3 *
4 * Common bits.
5 */
6
7struct sys_timer;
8
9extern void clps711x_map_io(void);
10extern void clps711x_init_irq(void);
11extern struct sys_timer clps711x_timer;
12extern void clps711x_restart(char mode, const char *cmd);