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

1
2
3
4
5
6
7
8
#ifndef __NVKM_GRAPH_OS_H__
#define __NVKM_GRAPH_OS_H__

#define E_BAD_COMMAND  0x00000001
#define E_CMD_OVERFLOW 0x00000002
#define E_BAD_FWMTHD   0x00000003

#endif