blob: ed56b3f15b45ecf9488486325d7cfec82f828866 [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);
Olivier Deprez157378f2022-04-04 15:47:50 +02008extern void __init mmp2_map_io(void);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00009extern void mmp_restart(enum reboot_mode, const char *);