blob: 7ec5edcd1336c06e7718517ce8fc9cc5b8ef213d [file] [log] [blame]
Olof Johanssona7e816b2012-11-06 11:09:10 -08001#ifndef __HIGHBANK_CORE_H
2#define __HIGHBANK_CORE_H
3
Robin Holt7b6d8642013-07-08 16:01:40 -07004#include <linux/reboot.h>
5
Robin Holt7b6d8642013-07-08 16:01:40 -07006extern void highbank_restart(enum reboot_mode, const char *);
Rob Herring220e6cf2011-06-07 10:02:55 -05007extern void __iomem *scu_base_addr;
Rob Herring220e6cf2011-06-07 10:02:55 -05008
Rob Herringa2835802012-09-17 09:55:12 -05009#ifdef CONFIG_PM_SLEEP
10extern void highbank_pm_init(void);
11#else
12static inline void highbank_pm_init(void) {}
13#endif
14
Rob Herring8e561302012-06-06 17:20:10 -050015extern void highbank_smc1(int fn, int arg);
Olof Johanssona7e816b2012-11-06 11:09:10 -080016
17#endif