16 lines
368 B
C
Executable File
16 lines
368 B
C
Executable File
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2017-2019,2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. 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
|