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
9
/*	$NetBSD: console.h,v 1.1 2002/02/11 17:30:44 uch Exp $	*/

/* possible console types */
#define BI_CNUSE_SCI		2
#define BI_CNUSE_SCIF		3
#define BI_CNUSE_HD64461COM	4
#define BI_CNUSE_HD64461VIDEO	5
#define BI_CNUSE_HD64465COM	6
#define BI_CNUSE_MQ100		7