xref: /netbsd/sys/arch/m68k/include/cdefs.h (revision c6039432)
1 /*	$NetBSD: cdefs.h,v 1.7 2012/01/20 14:08:06 joerg Exp $	*/
2 
3 #ifndef	_M68K_CDEFS_H_
4 #define	_M68K_CDEFS_H_
5 
6 #define __ALIGNBYTES		(sizeof(int) - 1)
7 
8 #endif /* !_M68K_CDEFS_H_ */
9