Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4548b36c authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

soc: qcom: ipcc: Add the macro IPCC_MPROC_SIGNAL_PING



Introduce the macro IPCC_MPROC_SIGNAL_PING which is used as
the signal-id to ping other subsystem clients. This is mainly
used for testing purposes.

Change-Id: I3482324faebefb9845712acdb727f521afd309eb
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 4a6d5df1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_QCOM_IPCC_H
@@ -9,6 +9,7 @@
/* Signal IDs for MPROC protocol */
#define IPCC_MPROC_SIGNAL_GLINK_QMP	0
#define IPCC_MPROC_SIGNAL_SMP2P		2
#define IPCC_MPROC_SIGNAL_PING		3
#define IPCC_MPROC_SIGNAL_MAX		4 /* Used by driver only */

#define IPCC_COMPUTE_L0_SIGNAL_MAX	32 /* Used by driver only */