resources_ext.h 302 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 _RESOURCES_EXT_H_
  6. #define _RESOURCES_EXT_H_
  7. struct msm_vidc_resources_ops;
  8. const struct msm_vidc_resources_ops *get_res_ops_ext(void);
  9. #endif // _RESOURCES_EXT_H_