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