Home | History | Annotate | Line # | Download | only in engine
      1 /*	$NetBSD: msppp.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVKM_MSPPP_H__
      5 #define __NVKM_MSPPP_H__
      6 #include <engine/falcon.h>
      7 int g98_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
      8 int gt215_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
      9 int gf100_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
     10 #endif
     11