Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / mach-ux500 / pm_domains.h
1 /*
2  * Copyright (C) 2014 Linaro Ltd.
3  *
4  * Author: Ulf Hansson <ulf.hansson@linaro.org>
5  * License terms: GNU General Public License (GPL) version 2
6  */
7
8 #ifndef __MACH_UX500_PM_DOMAINS_H
9 #define __MACH_UX500_PM_DOMAINS_H
10
11 #ifdef CONFIG_PM_GENERIC_DOMAINS
12 extern int __init ux500_pm_domains_init(void);
13 #else
14 static inline int ux500_pm_domains_init(void) { return 0; }
15 #endif
16
17 #endif