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
// This module only exists to make local decl IDs and global decl IDs different.
#ifndef DUMMY_H
#define DUMMY_H
struct Dummy {} extern *dummy1, *dummy2, *dummy3;
#endif