summaryrefslogtreecommitdiff
path: root/linkers/rtems-score-thread.ini
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 09:18:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 09:19:22 +0100
commited15643221ca252e8a82a5d771487a51d8bb094b (patch)
tree42e7c4773f9b729ccda9ef2d5cf45c91fb6cf95a /linkers/rtems-score-thread.ini
parent18d3daa2377e08fa3aad703100e95a82118d06c4 (diff)
linkers: Update due to API changes
Update #3835.
Diffstat (limited to '')
-rw-r--r--linkers/rtems-score-thread.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index 5fa4459..ce82b5d 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -34,7 +34,7 @@ _Thread_Create_idle = void, void
_Thread_Start_multitasking = void, void
_Thread_Stack_Allocate = size_t, Thread_Control*, size_t
_Thread_Stack_Free = void, Thread_Control*
-_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Scheduler_Control*, void*, size_t, bool, Priority_Control, bool, Thread_CPU_budget_algorithms, Thread_CPU_budget_algorithm_callout, uint32_t, Objects_Name
+_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Thread_Configuration *
_Thread_Start = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Restart_other = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Restart_self = void, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*