xref: /netbsd-src/sys/arch/powerpc/include/cdefs.h (revision a4ddc2c8fb9af816efe3b1c375a5530aef0e89e9)
1 /*	$NetBSD: cdefs.h,v 1.9 2012/02/21 02:19:01 matt 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