Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / staging / media / meson / vdec / codec_h264.h
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