Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.2.10.1
      1  1.2.10.1   rmind /*	$NetBSD: cdefs.h,v 1.2.10.1 2014/05/18 17:45:13 rmind Exp $	*/
      2       1.1  cherry 
      3       1.1  cherry #ifndef	_MACHINE_CDEFS_H_
      4       1.1  cherry #define	_MACHINE_CDEFS_H_
      5       1.1  cherry 
      6       1.1  cherry /* We're elf only: inspected by sys/cdefs.h  */
      7       1.1  cherry #ifndef __ELF__
      8       1.1  cherry #define __ELF__
      9       1.1  cherry #endif
     10       1.1  cherry 
     11  1.2.10.1   rmind #define	__ALIGNBYTES		((size_t)15)
     12       1.2   joerg 
     13       1.1  cherry #endif /* !_MACHINE_CDEFS_H_ */
     14