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

Commit b53cdddc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "include: dt-bindings: Add DCC_READ_WRITE config for dcc_v2"

parents 2ae28939 c3ba5d3a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 */

#ifndef __DT_BINDINGS_QCOM_DCC_V2_H
@@ -9,5 +9,6 @@
#define DCC_READ	0
#define DCC_WRITE	1
#define DCC_LOOP	2
#define DCC_READ_WRITE	3

#endif