Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.6.146.2
      1 /*	$NetBSD: cdefs.h,v 1.6.146.2 2014/05/22 11:40:04 yamt 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