xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ibus/priv.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: priv.h,v 1.3 2021/12/18 23:45:40 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 #ifndef __NVKM_IBUS_PRIV_H__
5 #define __NVKM_IBUS_PRIV_H__
6 
7 #include <subdev/ibus.h>
8 
9 void gf100_ibus_intr(struct nvkm_subdev *);
10 void gk104_ibus_intr(struct nvkm_subdev *);
11 #endif
12