From d0f81e3d2afdf7a89fd466799f2d900da9f2ac40 Mon Sep 17 00:00:00 2001
From: Ian Moffett <ian@osmora.org>
Date: Thu, 14 Mar 2024 20:57:12 -0400
Subject: kernel: sched: Add exit routine

Signed-off-by: Ian Moffett <ian@osmora.org>
---
 sys/include/sys/sched.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sys/include')

diff --git a/sys/include/sys/sched.h b/sys/include/sys/sched.h
index d803df0..f06c104 100644
--- a/sys/include/sys/sched.h
+++ b/sys/include/sys/sched.h
@@ -38,6 +38,7 @@
 #include <machine/frame.h>
 
 void sched_init(void);
+void sched_exit(void);
 void sched_context_switch(struct trapframe *tf);
 
 __noreturn
-- 
cgit v1.2.3