Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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