Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVKM_MSPPP_PRIV_H__
0003 #define __NVKM_MSPPP_PRIV_H__
0004 #include <engine/msppp.h>
0005 
0006 int nvkm_msppp_new_(const struct nvkm_falcon_func *, struct nvkm_device *, enum nvkm_subdev_type,
0007             int, struct nvkm_engine **);
0008 
0009 void g98_msppp_init(struct nvkm_falcon *);
0010 #endif