summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-27 01:41:17 -0400
committerIan Moffett <ian@osmora.org>2025-05-27 01:41:17 -0400
commit055835295e4ea578d3f6346fde1c2ac44eb8f787 (patch)
tree998cca4b80f9cfd1f47c8d4363b860d2bfc35e1b /sys/include
parent4d423137ba180d252088c3925587057abd02d084 (diff)
kernel: Add initial installer impl
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sys/systm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/sys/systm.h b/sys/include/sys/systm.h
index 42e1723..5d06257 100644
--- a/sys/include/sys/systm.h
+++ b/sys/include/sys/systm.h
@@ -55,5 +55,7 @@ __sigraise(int signo)
dispatch_signals(td);
}
+int hyra_install(void);
+
#endif /* _KERNEL */
#endif /* !_SYS_SYSTM_H_ */