Ulf Hansson | cd931dc | 2014-10-14 11:12:56 +0200 | [diff] [blame] | 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 |