1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot /* Copyright (c) 2018, Linaro Ltd. */ 3*c66ec88fSEmmanuel Vadot 4*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_POWER_QCOM_AOSS_QMP_H 5*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_POWER_QCOM_AOSS_QMP_H 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_CDSP 0 8*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_LPASS 1 9*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_MODEM 2 10*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_SLPI 3 11*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_SPSS 4 12*c66ec88fSEmmanuel Vadot #define AOSS_QMP_LS_VENUS 5 13*c66ec88fSEmmanuel Vadot 14*c66ec88fSEmmanuel Vadot #endif 15