]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/riscv/crt.h
MFC r339738, r339744, r339770, r339773, r339864-r339866, r339907-r339908, r339912...
[FreeBSD/FreeBSD.git] / lib / csu / riscv / crt.h
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