xref: /linux/drivers/staging/media/meson/vdec/vdec_1.h (revision 0be3ff0c)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 BayLibre, SAS
4  * Author: Maxime Jourdan <mjourdan@baylibre.com>
5  */
6 
7 #ifndef __MESON_VDEC_VDEC_1_H_
8 #define __MESON_VDEC_VDEC_1_H_
9 
10 #include "vdec.h"
11 
12 extern struct amvdec_ops vdec_1_ops;
13 
14 #endif
15