1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019 BayLibre, SAS
4  * Author: Maxime Jourdan <mjourdan@baylibre.com>
5  */
6 
7 #ifndef __MESON_VDEC_CODEC_H264_H_
8 #define __MESON_VDEC_CODEC_H264_H_
9 
10 #include "vdec.h"
11 
12 extern struct amvdec_codec_ops codec_h264_ops;
13 
14 #endif
15