spmi.h revision 284090
138451Smsmith/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
238451Smsmith *
338451Smsmith * This program is free software; you can redistribute it and/or modify
438451Smsmith * it under the terms of the GNU General Public License version 2 and
538451Smsmith * only version 2 as published by the Free Software Foundation.
638451Smsmith *
738451Smsmith * This program is distributed in the hope that it will be useful,
838451Smsmith * but WITHOUT ANY WARRANTY; without even the implied warranty of
938451Smsmith * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1038451Smsmith * GNU General Public License for more details.
1138451Smsmith */
1238451Smsmith#ifndef __DT_BINDINGS_SPMI_H
1338451Smsmith#define __DT_BINDINGS_SPMI_H
1438451Smsmith
1538451Smsmith#define SPMI_USID	0
1638451Smsmith#define SPMI_GSID	1
1738451Smsmith
1838451Smsmith#endif
1938451Smsmith