Fichiers
android_kernel_samsung_sm86…/dt-bindings/ipclite-signals.h
Chelliah Vinu R 384846c393 msm: synx: ipclite dt-bindings moved from kernel to vendor
The DT-bindings which has macros for IPCLite signal
usage, has been moved from kernel SI to vendor SI as
all IPCLite related changes can be done in synx-kernel
vendor SI without any kernel change going forward.

Change-Id: I5047684d043df25dd607bd5943791850adc1bac0
Signed-off-by: Chelliah Vinu R <quic_chelliah@quicinc.com>
2023-03-06 00:25:23 -08:00

19 lignes
626 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __DT_BINDINGS_IPCLITE_SIGNALS_H
#define __DT_BINDINGS_IPCLITE_SIGNALS_H
/* Signal IDs for COMPUTE_L0 protocol */
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_MSG 0
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_MEM_INIT 1
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_VERSION 2
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_TEST 3
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_SSR 4
#define IPCC_COMPUTE_L0_SIGNAL_IPCLITE_DEBUG 5
#endif