xref: /netbsd-src/sys/arch/ia64/include/cdefs.h (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /*	$NetBSD: cdefs.h,v 1.3 2014/03/18 17:11:19 christos 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		((size_t)15)
12 
13 #endif /* !_MACHINE_CDEFS_H_ */
14