License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / mach-mmp / common.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
7b6d864b 2#include <linux/reboot.h>
49cbe786
EM
3#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
4
49cbe786 5extern void timer_init(int irq);
49cbe786 6
8022887c 7extern void __init mmp_map_io(void);
7b6d864b 8extern void mmp_restart(enum reboot_mode, const char *);