aboutsummaryrefslogtreecommitdiff
path: root/include/apos/init.h
blob: 82f1774f5b142e772faaae9c65c1fb20e9f91b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef APOS_INIT_H
#define APOS_INIT_H

#include <apos/compiler_attributes.h>

#define __init
#define __initdata

#endif /* APOS_INIT_H */