root/drivers/staging/media/meson/vdec/codec_mpeg12.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_CODEC_MPEG12_H_
   8 #define __MESON_VDEC_CODEC_MPEG12_H_
   9 
  10 #include "vdec.h"
  11 
  12 extern struct amvdec_codec_ops codec_mpeg12_ops;
  13 
  14 #endif

/* [<][>][^][v][top][bottom][index][help] */