1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#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