mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-18 07:44:20 +00:00
10 lines
454 B
C
10 lines
454 B
C
#ifndef __NVKM_MPEG_H__
|
|
#define __NVKM_MPEG_H__
|
|
#include <core/engine.h>
|
|
int nv31_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
int nv40_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
int nv44_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
int nv50_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
int g84_mpeg_new(struct nvkm_device *, int index, struct nvkm_engine **);
|
|
#endif
|