aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/meson/vdec/codec_mpeg12.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/meson/vdec/codec_mpeg12.h')
-rw-r--r--drivers/staging/media/meson/vdec/codec_mpeg12.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/media/meson/vdec/codec_mpeg12.h b/drivers/staging/media/meson/vdec/codec_mpeg12.h
new file mode 100644
index 000000000000..43cab5f39ca0
--- /dev/null
+++ b/drivers/staging/media/meson/vdec/codec_mpeg12.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2018 BayLibre, SAS
+ * Author: Maxime Jourdan <mjourdan@baylibre.com>
+ */
+
+#ifndef __MESON_VDEC_CODEC_MPEG12_H_
+#define __MESON_VDEC_CODEC_MPEG12_H_
+
+#include "vdec.h"
+
+extern struct amvdec_codec_ops codec_mpeg12_ops;
+
+#endif