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