summaryrefslogtreecommitdiff
path: root/firmware/kernel/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/kernel/include/thread.h')
-rw-r--r--firmware/kernel/include/thread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/kernel/include/thread.h b/firmware/kernel/include/thread.h
index f181f867cb..e10b4e21b4 100644
--- a/firmware/kernel/include/thread.h
+++ b/firmware/kernel/include/thread.h
@@ -360,8 +360,7 @@ void block_thread(struct thread_entry *current, int timeout);
360 higher priority than current were woken) */ 360 higher priority than current were woken) */
361 361
362/* A convenience function for waking an entire queue of threads. */ 362/* A convenience function for waking an entire queue of threads. */
363unsigned int thread_queue_wake(struct thread_entry **list, 363unsigned int thread_queue_wake(struct thread_entry **list);
364 volatile int *count);
365 364
366/* Wakeup a thread at the head of a list */ 365/* Wakeup a thread at the head of a list */
367enum wakeup_thread_protocol 366enum wakeup_thread_protocol