1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only */ 2*c66ec88fSEmmanuel Vadot /* Copyright (c) 2013, The Linux Foundation. All rights reserved. 3*c66ec88fSEmmanuel Vadot */ 4*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_SPMI_H 5*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_SPMI_H 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot #define SPMI_USID 0 8*c66ec88fSEmmanuel Vadot #define SPMI_GSID 1 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel Vadot #endif 11