xref: /netbsd-src/sys/arch/hppa/include/cdefs.h (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1 /*	$NetBSD: cdefs.h,v 1.2 2012/01/20 14:08:05 joerg 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	7
14 
15 #endif /* !_HPPA_CDEFS_H_ */
16