]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-highbank/core.h
Merge branches 'pm-sleep' and 'pm-cpufreq'
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-highbank / core.h
CommitLineData
a7e816b8
OJ
1#ifndef __HIGHBANK_CORE_H
2#define __HIGHBANK_CORE_H
3
7b6d864b
RH
4#include <linux/reboot.h>
5
7b6d864b 6extern void highbank_restart(enum reboot_mode, const char *);
220e6cf7 7extern void __iomem *scu_base_addr;
220e6cf7 8
a283580c
RH
9#ifdef CONFIG_PM_SLEEP
10extern void highbank_pm_init(void);
11#else
12static inline void highbank_pm_init(void) {}
13#endif
14
8e56130d 15extern void highbank_smc1(int fn, int arg);
a7e816b8
OJ
16
17#endif