Rtwo/kernel/motorola/sm8550/include/dt-bindings/soc/qcom,dcc_v2.h
2025-09-30 19:22:48 -05:00

14 lines
291 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2017-2019,2021 The Linux Foundation. All rights reserved.
*/
#ifndef __DT_BINDINGS_QCOM_DCC_V2_H
#define __DT_BINDINGS_QCOM_DCC_V2_H
#define DCC_READ 0
#define DCC_WRITE 1
#define DCC_LOOP 2
#define DCC_READ_WRITE 3
#endif