Linux-libre 5.4.49-gnu
[librecmc/linux-libre.git] / drivers / staging / media / hantro / hantro_v4l2.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Hantro VPU codec driver
4  *
5  * Copyright (C) 2018 Rockchip Electronics Co., Ltd.
6  *      Alpha Lin <Alpha.Lin@rock-chips.com>
7  *      Jeffy Chen <jeffy.chen@rock-chips.com>
8  *
9  * Copyright 2018 Google LLC.
10  *      Tomasz Figa <tfiga@chromium.org>
11  *
12  * Based on s5p-mfc driver by Samsung Electronics Co., Ltd.
13  * Copyright (C) 2011 Samsung Electronics Co., Ltd.
14  */
15
16 #ifndef HANTRO_V4L2_H_
17 #define HANTRO_V4L2_H_
18
19 #include "hantro.h"
20
21 extern const struct v4l2_ioctl_ops hantro_ioctl_ops;
22 extern const struct vb2_ops hantro_queue_ops;
23
24 void hantro_reset_fmts(struct hantro_ctx *ctx);
25
26 #endif /* HANTRO_V4L2_H_ */