msm_vidc_synx.h 300 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef _H_MSM_VIDC_SYNX_H_
  6. #define _H_MSM_VIDC_SYNX_H_
  7. #include "msm_vidc_fence.h"
  8. const struct msm_vidc_fence_ops *get_synx_fence_ops(void);
  9. #endif //_H_MSM_VIDC_SYNX_H_