Home | History | Annotate | Line # | Download | only in fifo
      1 /*	$NetBSD: user.h,v 1.2 2021/12/18 23:45:35 riastradh Exp $	*/
      2 
      3 #ifndef __NVKM_FIFO_USER_H__
      4 #define __NVKM_FIFO_USER_H__
      5 #include "priv.h"
      6 int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32,
      7 			struct nvkm_object **);
      8 int tu102_fifo_user_new(const struct nvkm_oclass *, void *, u32,
      9 			struct nvkm_object **);
     10 #endif
     11