git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix: corner cases when printing large content through term interface
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
owloysius.h
diff --git
a/lunaix-os/includes/lunaix/owloysius.h
b/lunaix-os/includes/lunaix/owloysius.h
index 79480660772f63a1c2c36415326b5e82e6f23edd..c1f8584141c8b623e7607b0903af6acd45e63152 100644
(file)
--- a/
lunaix-os/includes/lunaix/owloysius.h
+++ b/
lunaix-os/includes/lunaix/owloysius.h
@@
-3,11
+3,11
@@
#include <lunaix/ds/ldga.h>
#include <lunaix/ds/ldga.h>
-#define
call_
on_earlyboot c_earlyboot
-#define
call_
on_boot c_boot
-#define
call_
on_postboot c_postboot
+#define on_earlyboot c_earlyboot
+#define on_boot c_boot
+#define on_postboot c_postboot
-#define
lunaix_initfn
(func, call_stage) \
+#define
owloysius_fetch_init
(func, call_stage) \
export_ldga_el(lunainit, func, ptr_t, func); \
export_ldga_el_sfx(lunainit, func##_##call_stage, ptr_t, func, call_stage);
export_ldga_el(lunainit, func, ptr_t, func); \
export_ldga_el_sfx(lunainit, func##_##call_stage, ptr_t, func, call_stage);