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

#ifndef	_M68K_CDEFS_H_
#define	_M68K_CDEFS_H_

#define __ALIGNBYTES		(sizeof(int) - 1)

#endif /* !_M68K_CDEFS_H_ */