Home | History | Annotate | Line # | Download | only in include
      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