blob: 483b8b6d3005a07f3588a1ac087cb8b4b95052d9 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/reboot.h>
3#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
4
David Brazdil0f672f62019-12-10 10:32:29 +00005extern void mmp_timer_init(int irq, unsigned long rate);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006
7extern void __init mmp_map_io(void);
8extern void mmp_restart(enum reboot_mode, const char *);