License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / mach-highbank / core.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a7e816b8
OJ
2#ifndef __HIGHBANK_CORE_H
3#define __HIGHBANK_CORE_H
4
7b6d864b
RH
5#include <linux/reboot.h>
6
7b6d864b 7extern void highbank_restart(enum reboot_mode, const char *);
220e6cf7 8extern void __iomem *scu_base_addr;
220e6cf7 9
a283580c
RH
10#ifdef CONFIG_PM_SLEEP
11extern void highbank_pm_init(void);
12#else
13static inline void highbank_pm_init(void) {}
14#endif
15
8e56130d 16extern void highbank_smc1(int fn, int arg);
a7e816b8
OJ
17
18#endif