aboutsummaryrefslogtreecommitdiff
path: root/include/apos/main.h
blob: 5292df7f9fc9e86a7b59ae1f9840510d08ed3e53 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef APOS_MAIN_H
#define APOS_MAIN_H

#include <apos/attrs.h>

#define __main __section(".text.start") __noinline

#endif /* APOS_MAIN_H */