root/scripts/dtc/include-prefixes/dt-bindings/arm/ux500_pm_domains.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (C) 2014 Linaro Ltd.
   4  *
   5  * Author: Ulf Hansson <ulf.hansson@linaro.org>
   6  */
   7 #ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
   8 #define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
   9 
  10 #define DOMAIN_VAPE             0
  11 
  12 /* Number of PM domains. */
  13 #define NR_DOMAINS              (DOMAIN_VAPE + 1)
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */