]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/staging/media/sunxi/cedrus/cedrus_dec.h
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[mirror_ubuntu-kernels.git] / drivers / staging / media / sunxi / cedrus / cedrus_dec.h
CommitLineData
50e76151
PK
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Cedrus VPU driver
4 *
5 * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>
6 * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>
7 * Copyright (C) 2018 Bootlin
8 *
9 * Based on the vim2m driver, that is:
10 *
11 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
12 * Pawel Osciak, <pawel@osciak.com>
13 * Marek Szyprowski, <m.szyprowski@samsung.com>
14 */
15
16#ifndef _CEDRUS_DEC_H_
17#define _CEDRUS_DEC_H_
18
50e76151
PK
19void cedrus_device_run(void *priv);
20
50e76151 21#endif