Home | History | Annotate | Line # | Download | only in include
      1  1.13  christos /*	$NetBSD: cdefs.h,v 1.13 2014/03/18 17:11:19 christos Exp $	*/
      2   1.1       jtc 
      3   1.1       jtc #ifndef	_MACHINE_CDEFS_H_
      4   1.1       jtc #define	_MACHINE_CDEFS_H_
      5   1.1       jtc 
      6  1.10    martin /* No arch-specific cdefs. */
      7  1.12     joerg #ifdef __arch64__
      8  1.13  christos #define	__ALIGNBYTES		((size_t)0xf)
      9  1.12     joerg #else
     10  1.13  christos #define	__ALIGNBYTES		((size_t)0x7)
     11  1.12     joerg #endif
     12   1.1       jtc 
     13   1.1       jtc #endif /* !_MACHINE_CDEFS_H_ */
     14