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
/*	$KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $	*/
/*	$FreeBSD$	*/

/* the file should not be used from outside */
typedef u_int8_t		u8;
typedef u_int16_t		u16;
typedef u_int32_t		u32;