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
/*	$NetBSD: cpu.h,v 1.6 2018/04/01 04:35:04 ryo Exp $	*/

#ifdef __aarch64__
#include <aarch64/cpu.h>
#else
#include <arm/cpu.h>
#endif