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