diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-27 01:41:17 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-27 01:41:17 -0400 |
commit | 055835295e4ea578d3f6346fde1c2ac44eb8f787 (patch) | |
tree | 998cca4b80f9cfd1f47c8d4363b860d2bfc35e1b /sys/include | |
parent | 4d423137ba180d252088c3925587057abd02d084 (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.h | 2 |
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_ */ |