/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. */ #ifndef _MSM_CVP_CLOCKS_H_ #define _MSM_CVP_CLOCKS_H_ #include "msm_cvp_internal.h" int msm_cvp_set_clocks(struct msm_cvp_core *core); #endif