xref: /netbsd-src/sys/arch/powerpc/include/cdefs.h (revision c4eb371e6c360db7a39eb7694c3ce6af5f2a081b)
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