Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [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 | |||||
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 5 | extern void mmp_timer_init(int irq, unsigned long rate); |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | |
7 | extern void __init mmp_map_io(void); | ||||
8 | extern void mmp_restart(enum reboot_mode, const char *); |