]> Git Repo - J-linux.git/blob - drivers/media/platform/qcom/venus/vdec.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / media / platform / qcom / venus / vdec.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
4  * Copyright (C) 2017 Linaro Ltd.
5  */
6 #ifndef __VENUS_VDEC_H__
7 #define __VENUS_VDEC_H__
8
9 struct venus_inst;
10
11 int vdec_ctrl_init(struct venus_inst *inst);
12 void vdec_ctrl_deinit(struct venus_inst *inst);
13
14 #endif
This page took 0.033109 seconds and 4 git commands to generate.