Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.9.2.1
      1 /*	$NetBSD: cdefs.h,v 1.9.2.1 2014/08/20 00:03:19 tls 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