summaryrefslogtreecommitdiff
path: root/firmware/lib/libc/crt_priv.h
blob: b9695fd048d9f865c9b9e4d3a270e22e38613e81 (plain)
1
2
3
4
5
6
7
#ifndef _LIBC_CRT_PRIV_H_
#define _LIBC_CRT_PRIV_H_

void __crt_init(void);
void __crt_exit(void);

#endif /* _LIBC_CRT_PRIV_H_ */