blob: 1c9d6c1ea97a792159df74f66b9f7a3835bdca06 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
2
3struct sys_timer;
4
5extern void timer_init(int irq);
6
7extern void __init icu_init_irq(void);
8extern void __init mmp_map_io(void);
9extern void mmp_restart(char, const char *);