xref: /linux/include/dt-bindings/spmi/spmi.h (revision 5a86bf343976b9c8ab2f240bc866451fa67e5573)
1*5a86bf34SKenneth Heitke /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2*5a86bf34SKenneth Heitke  *
3*5a86bf34SKenneth Heitke  * This program is free software; you can redistribute it and/or modify
4*5a86bf34SKenneth Heitke  * it under the terms of the GNU General Public License version 2 and
5*5a86bf34SKenneth Heitke  * only version 2 as published by the Free Software Foundation.
6*5a86bf34SKenneth Heitke  *
7*5a86bf34SKenneth Heitke  * This program is distributed in the hope that it will be useful,
8*5a86bf34SKenneth Heitke  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9*5a86bf34SKenneth Heitke  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10*5a86bf34SKenneth Heitke  * GNU General Public License for more details.
11*5a86bf34SKenneth Heitke  */
12*5a86bf34SKenneth Heitke #ifndef __DT_BINDINGS_SPMI_H
13*5a86bf34SKenneth Heitke #define __DT_BINDINGS_SPMI_H
14*5a86bf34SKenneth Heitke 
15*5a86bf34SKenneth Heitke #define SPMI_USID	0
16*5a86bf34SKenneth Heitke #define SPMI_GSID	1
17*5a86bf34SKenneth Heitke 
18*5a86bf34SKenneth Heitke #endif
19