// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef _H_MSM_VIDC_SYNX_H_ #define _H_MSM_VIDC_SYNX_H_ #include "msm_vidc_fence.h" const struct msm_vidc_fence_ops *get_synx_fence_ops(void); #endif //_H_MSM_VIDC_SYNX_H_