root/drivers/gpu/drm/nouveau/nvkm/engine/msppp/priv.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: MIT */
   2 #ifndef __NVKM_MSPPP_PRIV_H__
   3 #define __NVKM_MSPPP_PRIV_H__
   4 #include <engine/msppp.h>
   5 
   6 int nvkm_msppp_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
   7                     int index, struct nvkm_engine **);
   8 
   9 void g98_msppp_init(struct nvkm_falcon *);
  10 #endif

/* [<][>][^][v][top][bottom][index][help] */