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