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

#include <apos/compiler_attributes.h>

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

#endif /* APOS_MAIN_H */