priv.h 180 B

12345678
  1. #ifndef __NVKM_IBUS_PRIV_H__
  2. #define __NVKM_IBUS_PRIV_H__
  3. #include <subdev/ibus.h>
  4. void gf100_ibus_intr(struct nvkm_subdev *);
  5. void gk104_ibus_intr(struct nvkm_subdev *);
  6. #endif