aboutsummaryrefslogtreecommitdiff
path: root/include/apos/main.h
blob: 15fff738ebc13b90ad4084df7658df58976d453a (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(".kernel.start") __noinline

#endif /* APOS_MAIN_H */