xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/msppp/priv.h (revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
1 #ifndef __NVKM_MSPPP_PRIV_H__
2 #define __NVKM_MSPPP_PRIV_H__
3 #include <engine/msppp.h>
4 
5 int nvkm_msppp_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
6 		    int index, struct nvkm_engine **);
7 
8 void g98_msppp_init(struct nvkm_falcon *);
9 #endif
10