License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / mach-footbridge / common.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
7b6d864b 2#include <linux/reboot.h>
1da177e4 3
6bb27d73
SW
4extern void footbridge_timer_init(void);
5extern void isa_timer_init(void);
1da177e4
LT
6
7extern void isa_rtc_init(void);
8
9extern void footbridge_map_io(void);
10extern void footbridge_init_irq(void);
11
39ebfd3f 12extern void isa_init_irq(unsigned int irq);
7b6d864b 13extern void footbridge_restart(enum reboot_mode, const char *);
6cefe92f
RK
14
15extern void footbridge_sched_clock(void);