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
/*	$NetBSD: syscn.h,v 1.1 2015/08/21 10:48:06 christos Exp $	*/

void syscninit(int);
int  syscngetc(dev_t);
void syscnputc(dev_t, int);