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

@interface B
@end


@interface A {
@public
  union {
    struct {
      B *b;
    } a_b;
    void *void_ptr;
  } data;
}
@end