Merge remote-tracking branch 'origin/master' into isa/arm64
[lunaix-os.git] / lunaix-os / tests / units / stubs / includes / lunaix / owloysius.h
1 #ifndef __STUB_LUNAIX_OWLOYSIUS_H
2 #define __STUB_LUNAIX_OWLOYSIUS_H
3
4
5 #define owloysius_fetch_init(func, call_stage)  \
6     void init_export_##func() { func(); }
7
8 #define invoke_init_function(stage)
9
10 static inline void
11 initfn_invoke_sysconf()
12 {
13     return;
14 }
15
16 static inline void
17 initfn_invoke_earlyboot()
18 {
19     return;
20 }
21
22 static inline void
23 initfn_invoke_boot()
24 {
25     return;
26 }
27
28 static inline void
29 initfn_invoke_postboot()
30 {
31     return;
32 }
33
34
35 #endif /* __STUB_LUNAIX_OWLOYSIUS_H */