mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
5dcb10159b
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
16 lines
340 B
C
16 lines
340 B
C
/*
|
|
* Copyright (C) 2014 Linaro Ltd.
|
|
*
|
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
*/
|
|
#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
|
#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
|
|
|
#define DOMAIN_VAPE 0
|
|
|
|
/* Number of PM domains. */
|
|
#define NR_DOMAINS (DOMAIN_VAPE + 1)
|
|
|
|
#endif
|