Home | History | Annotate | Line # | Download | only in spmi
      1      1.1  jmcneill /*	$NetBSD: spmi.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2     skrll /* SPDX-License-Identifier: GPL-2.0-only */
      4      1.1  jmcneill /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
      5      1.1  jmcneill  */
      6      1.1  jmcneill #ifndef __DT_BINDINGS_SPMI_H
      7      1.1  jmcneill #define __DT_BINDINGS_SPMI_H
      8      1.1  jmcneill 
      9      1.1  jmcneill #define SPMI_USID	0
     10      1.1  jmcneill #define SPMI_GSID	1
     11      1.1  jmcneill 
     12      1.1  jmcneill #endif
     13