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.3 2012/01/20 14:08:05 joerg Exp $	*/

#ifndef	_X86_64_CDEFS_H_
#define	_X86_64_CDEFS_H_

#define __ALIGNBYTES		(sizeof(long) - 1)

#endif /* !_X86_64_CDEFS_H_ */