xref: /linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/priv.h (revision e7b8153e2a4f0c9c8d1450aa7328d54ea64fe8b2)
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_PRIVRING_PRIV_H__
3 #define __NVKM_PRIVRING_PRIV_H__
4 #include <subdev/privring.h>
5 
6 void gf100_privring_intr(struct nvkm_subdev *);
7 void gk104_privring_intr(struct nvkm_subdev *);
8 #endif
9