Loading...
1#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 *);
1/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/reboot.h>
3#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
4
5extern void mmp_timer_init(int irq, unsigned long rate);
6
7extern void __init mmp_map_io(void);
8extern void mmp_restart(enum reboot_mode, const char *);