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