xref: /netbsd-src/sys/arch/powerpc/include/cdefs.h (revision 95b39c65ca575fb40c6bb7083e0eb7ec28eabef1)
1 /*	$NetBSD: cdefs.h,v 1.10 2014/02/28 05:29:57 matt Exp $	*/
2 
3 #ifndef	_POWERPC_CDEFS_H_
4 #define	_POWERPC_CDEFS_H_
5 
6 #define	__ALIGNBYTES	(sizeof(double) - 1)
7 #ifdef _KERNEL
8 #define	ALIGNBYTES32	__ALIGNBYTES
9 #endif
10 
11 #endif /* !_POWERPC_CDEFS_H_ */
12