summaryrefslogtreecommitdiff
path: root/kernel/halts.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-02-21 19:41:51 +0100
committerAnton Kling <anton@kling.gg>2024-02-21 19:41:51 +0100
commit6c9cb0bd8ceb039ce387c850e25adc6f99cfcd6f (patch)
tree41ceaa1c30b1f93adf4469064eb5e5f3bb18661c /kernel/halts.h
parent8ff63b062d724826d8017504063df9b92f8e6703 (diff)
Kerenel: Cleanup halt checking code
Diffstat (limited to 'kernel/halts.h')
-rw-r--r--kernel/halts.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/halts.h b/kernel/halts.h
deleted file mode 100644
index ed0637f..0000000
--- a/kernel/halts.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef HALTS_H
-#define HALTS_H
-#include <fs/vfs.h>
-#include <sched/scheduler.h>
-#include <typedefs.h>
-int isset_fdhalt(process_t *p);
-#endif