commit | 7476a6eb9d82b63f3e31d37aff219e3fd61216f3 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Nov 25 13:58:40 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 02 09:58:00 2019 -0500 |
tree | 08c3c8ff01f0a8e2bc59a9a965f8ee2631d46334 | |
parent | 12f381888fa702f9a8814b0654b1e59524bb37a2 [diff] |
kernel: remove duplicate definitions of k_thread stack and entry Both k_thread_stack_t and (*k_thread_entry_t) are defined in include/kernel.h and include/sys/arch_interface.h. The latter is indirectly included by kernel.h which causes issues with some toolchains. So remove the definitions in kernel.h. Signed-off-by: Daniel Leung <daniel.leung@intel.com>