| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #include <linux/reboot.h> | ||||
| 3 | #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) | ||||
| 4 | |||||
| 5 | extern void timer_init(int irq); | ||||
| 6 | |||||
| 7 | extern void __init mmp_map_io(void); | ||||
| 8 | extern void mmp_restart(enum reboot_mode, const char *); | ||||