blob: 263d3ba97177e07083924931905808d4f64ca1e3 [file] [log] [blame]
Ulf Hanssoncd931dc2014-10-14 11:12:56 +02001/*
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
12extern int __init ux500_pm_domains_init(void);
13#else
14static inline int ux500_pm_domains_init(void) { return 0; }
15#endif
16
17#endif