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
#include <linux/version.h>
/* <linux/mroute6.h> has been added in 2.6.26 */
#if LINUX_VERSION_CODE >= 132634
#include_next <linux/mroute6.h>
#endif