Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: user.h,v 1.2 2021/12/18 23:45:35 riastradh Exp $	*/

#ifndef __NVKM_FIFO_USER_H__
#define __NVKM_FIFO_USER_H__
#include "priv.h"
int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32,
			struct nvkm_object **);
int tu102_fifo_user_new(const struct nvkm_oclass *, void *, u32,
			struct nvkm_object **);
#endif