GNU Linux-libre 4.19.245-gnu1
[releases.git] / drivers / gpu / drm / nouveau / nvkm / subdev / ibus / priv.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_IBUS_PRIV_H__
3 #define __NVKM_IBUS_PRIV_H__
4
5 #include <subdev/ibus.h>
6
7 void gf100_ibus_intr(struct nvkm_subdev *);
8 void gk104_ibus_intr(struct nvkm_subdev *);
9 #endif