summaryrefslogtreecommitdiff
path: root/firmware/kernel/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/include')
-rw-r--r--firmware/kernel/include/thread.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/kernel/include/thread.h b/firmware/kernel/include/thread.h
index dfb632785e..a4f338ed0c 100644
--- a/firmware/kernel/include/thread.h
+++ b/firmware/kernel/include/thread.h
@@ -169,11 +169,6 @@ int thread_set_priority(unsigned int thread_id, int priority);
169int thread_get_priority(unsigned int thread_id); 169int thread_get_priority(unsigned int thread_id);
170#endif /* HAVE_PRIORITY_SCHEDULING */ 170#endif /* HAVE_PRIORITY_SCHEDULING */
171 171
172#ifdef HAVE_IO_PRIORITY
173void thread_set_io_priority(unsigned int thread_id, int io_priority);
174int thread_get_io_priority(unsigned int thread_id);
175#endif /* HAVE_IO_PRIORITY */
176
177#if NUM_CORES > 1 172#if NUM_CORES > 1
178unsigned int switch_core(unsigned int new_core); 173unsigned int switch_core(unsigned int new_core);
179#endif 174#endif