xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8996-cbf.h (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*f126890aSEmmanuel Vadot /*
3*f126890aSEmmanuel Vadot  * Copyright (C) 2023 Linaro Ltd. All rights reserved.
4*f126890aSEmmanuel Vadot  */
5*f126890aSEmmanuel Vadot 
6*f126890aSEmmanuel Vadot #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8996_CBF_H
7*f126890aSEmmanuel Vadot #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8996_CBF_H
8*f126890aSEmmanuel Vadot 
9*f126890aSEmmanuel Vadot #define MASTER_CBF_M4M		0
10*f126890aSEmmanuel Vadot #define SLAVE_CBF_M4M		1
11*f126890aSEmmanuel Vadot 
12*f126890aSEmmanuel Vadot #endif
13