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
8
/* $NetBSD: cdefs.h,v 1.2 2023/05/07 12:41:48 skrll Exp $ */

#ifndef _RISCV_CDEFS_H_
#define _RISCV_CDEFS_H_

#define	__ALIGNBYTES	((size_t)(__BIGGEST_ALIGNMENT__ - 1U))

#endif /* _RISCV_CDEFS_H_ */