Home | History | Annotate | Line # | Download | only in spmi
spmi.h revision 1.1.1.1.4.2
      1 /*	$NetBSD: spmi.h,v 1.1.1.1.4.2 2017/07/18 16:09:00 snj Exp $	*/
      2 
      3 /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
      4  *
      5  * This program is free software; you can redistribute it and/or modify
      6  * it under the terms of the GNU General Public License version 2 and
      7  * only version 2 as published by the Free Software Foundation.
      8  *
      9  * This program is distributed in the hope that it will be useful,
     10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12  * GNU General Public License for more details.
     13  */
     14 #ifndef __DT_BINDINGS_SPMI_H
     15 #define __DT_BINDINGS_SPMI_H
     16 
     17 #define SPMI_USID	0
     18 #define SPMI_GSID	1
     19 
     20 #endif
     21