Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.1.116.1
      1 /*	$NetBSD: cdefs.h,v 1.1.116.1 2012/02/18 07:32:25 mrg Exp $	*/
      2 
      3 #ifndef	_MACHINE_CDEFS_H_
      4 #define	_MACHINE_CDEFS_H_
      5 
      6 /* We're elf only: inspected by sys/cdefs.h  */
      7 #ifndef __ELF__
      8 #define __ELF__
      9 #endif
     10 
     11 #define	__ALIGNBYTES		15
     12 
     13 #endif /* !_MACHINE_CDEFS_H_ */
     14