msm_cvp_clocks.h 267 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _MSM_CVP_CLOCKS_H_
  6. #define _MSM_CVP_CLOCKS_H_
  7. #include "msm_cvp_internal.h"
  8. int msm_cvp_set_clocks(struct msm_cvp_core *core);
  9. #endif