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

// RUN: %clang_cc1 -emit-llvm -o - %s
// PR1083

int svc_register (void (*dispatch) (int));

int svc_register (dispatch)
     void (*dispatch) ();
{
}