Home | History | Annotate | Line # | Download | only in subdev
      1 /*	$NetBSD: ibus.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVKM_IBUS_H__
      5 #define __NVKM_IBUS_H__
      6 #include <core/subdev.h>
      7 
      8 int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
      9 int gf117_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
     10 int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
     11 int gk20a_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
     12 int gm200_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
     13 int gp10b_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
     14 #endif
     15