Kernel  |  3.14

下载     查看原文件
C++程序  |  16行  |  224 B
#ifndef __NV31_MPEG_H__
#define __NV31_MPEG_H__

#include <engine/mpeg.h>

struct nv31_mpeg_chan {
	struct nouveau_object base;
};

struct nv31_mpeg_priv {
	struct nouveau_mpeg base;
	struct nv31_mpeg_chan *chan;
};

#endif