unified: remove last instances of struct tcs
Change-Id: I956bf0e96266e68ac1743f02a82ffafe77ebb0e8 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
055262c159
commit
b7ef0cba5f
14 changed files with 73 additions and 72 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <wait_q.h>
|
||||
#include <sched.h>
|
||||
|
||||
extern void _k_thread_single_abort(struct tcs *thread);
|
||||
extern void _k_thread_single_abort(struct k_thread *thread);
|
||||
|
||||
#if !defined(CONFIG_ARCH_HAS_NANO_FIBER_ABORT)
|
||||
void k_thread_abort(k_tid_t thread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue