xref: /netbsd-src/sys/arch/amd64/include/cdefs.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: cdefs.h,v 1.3 2012/01/20 14:08:05 joerg Exp $	*/
2 
3 #ifndef	_X86_64_CDEFS_H_
4 #define	_X86_64_CDEFS_H_
5 
6 #define __ALIGNBYTES		(sizeof(long) - 1)
7 
8 #endif /* !_X86_64_CDEFS_H_ */
9