xref: /freebsd-src/lib/csu/riscv/crt.h (revision da327cd22e88f26f6cab9d4c45805b512139aa11)
1 /* $FreeBSD$ */
2 
3 #ifndef _CRT_H_
4 #define _CRT_H_
5 
6 #define	HAVE_CTORS
7 #define	INIT_CALL_SEQ(func)	"call " __STRING(func)
8 
9 #endif
10