123456789101112131415 |
- /* SPDX-License-Identifier: GPL-2.0-only */
- /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
- */
- #ifndef _MSM_VDEC_H_
- #define _MSM_VDEC_H_
- #include "msm_vidc_core.h"
- #include "msm_vidc_inst.h"
- int msm_vdec_inst_init(struct msm_vidc_inst *inst);
- int msm_vdec_ctrl_init(struct msm_vidc_inst *inst);
- #endif // _MSM_VDEC_H_
|