Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.9.2.1
      1  1.9.2.1   tls /*	$NetBSD: cdefs.h,v 1.9.2.1 2014/08/20 00:03:19 tls Exp $	*/
      2      1.1    ws 
      3      1.6  matt #ifndef	_POWERPC_CDEFS_H_
      4      1.6  matt #define	_POWERPC_CDEFS_H_
      5      1.1    ws 
      6      1.9  matt #define	__ALIGNBYTES	(sizeof(double) - 1)
      7  1.9.2.1   tls #ifdef _KERNEL
      8  1.9.2.1   tls #define	ALIGNBYTES32	__ALIGNBYTES
      9  1.9.2.1   tls #endif
     10      1.1    ws 
     11      1.6  matt #endif /* !_POWERPC_CDEFS_H_ */
     12