summaryrefslogtreecommitdiff
path: root/core/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/core.h')
-rw-r--r--core/include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/include/core.h b/core/include/core.h
index d2aaf72d..c1b26714 100644
--- a/core/include/core.h
+++ b/core/include/core.h
@@ -99,4 +99,6 @@ static inline void set_flags(com32sys_t *regs, uint32_t flags)
regs->eflags.l = eflags;
}
+extern int start_ldlinux(char **argv);
+
#endif /* CORE_H */