brintos

brintos / linux-shallow public Read only

0
0
Text · 234 B · b378c14 Raw
9 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NVKM_PRIVRING_PRIV_H__3#define __NVKM_PRIVRING_PRIV_H__4#include <subdev/privring.h>5 6void gf100_privring_intr(struct nvkm_subdev *);7void gk104_privring_intr(struct nvkm_subdev *);8#endif9