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