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