mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-24 11:21:19 -04:00
8 lines
295 B
C
8 lines
295 B
C
#ifndef __NVKM_MSPPP_H__
|
|
#define __NVKM_MSPPP_H__
|
|
#include <engine/falcon.h>
|
|
int g98_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gt215_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gf100_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
#endif
|