Home | History | Annotate | Line # | Download | only in msppp
      1 /*	$NetBSD: priv.h,v 1.3 2021/12/18 23:45:36 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVKM_MSPPP_PRIV_H__
      5 #define __NVKM_MSPPP_PRIV_H__
      6 #include <engine/msppp.h>
      7 
      8 int nvkm_msppp_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
      9 		    int index, struct nvkm_engine **);
     10 
     11 void g98_msppp_init(struct nvkm_falcon *);
     12 #endif
     13