zephyr: use k_thread_entry_t everywhere
In various places, a private _thread_entry_t, or the full prototype were being used. Be consistent and use the same typedef everywhere. Signen-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d414e7c7ee
commit
1e06ffc815
11 changed files with 41 additions and 46 deletions
|
@ -57,7 +57,7 @@ SECTION_FUNC(exception.other, __swap)
|
|||
|
||||
|
||||
/*
|
||||
* void _thread_entry_wrapper(_thread_entry_t, void *, void *, void *)
|
||||
* void _thread_entry_wrapper(k_thread_entry_t, void *, void *, void *)
|
||||
*/
|
||||
SECTION_FUNC(TEXT, _thread_entry_wrapper)
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue