Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.12
      1 /*	$NetBSD: cdefs.h,v 1.12 2012/01/20 14:08:06 joerg Exp $	*/
      2 
      3 #ifndef	_MACHINE_CDEFS_H_
      4 #define	_MACHINE_CDEFS_H_
      5 
      6 /* No arch-specific cdefs. */
      7 #ifdef __arch64__
      8 #define	__ALIGNBYTES		0xf
      9 #else
     10 #define	__ALIGNBYTES		0x7
     11 #endif
     12 
     13 #endif /* !_MACHINE_CDEFS_H_ */
     14