xref: /netbsd/sys/arch/hppa/include/cdefs.h (revision dbc683a0)
1 /*	$NetBSD: cdefs.h,v 1.3 2014/03/18 17:11:19 christos Exp $	*/
2 
3 #ifndef	_HPPA_CDEFS_H_
4 #define	_HPPA_CDEFS_H_
5 
6 /*
7  * the hppa assembler uses ; as the comment character,
8  * so we can't let sys/cdefs.h use it as an assembler
9  * statement delimiter.
10  */
11 #define __ASM_DELIMITER "\n\t"
12 
13 #define	__ALIGNBYTES	((size_t)7)
14 
15 #endif /* !_HPPA_CDEFS_H_ */
16