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

#include <apos/attrs.h>

#define __init
#define __initdata

#endif /* APOS_INIT_H */