qcom,dcc_v2.h 291 B

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