File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -76,22 +76,6 @@ struct k_mem_domain;
7676struct k_mem_partition ;
7777struct k_futex ;
7878struct k_event ;
79- struct k_condvar ;
80- struct k_mbox_msg ;
81- struct k_work ;
82- struct k_work_q ;
83- struct k_work_user ;
84- struct k_work_sync ;
85- struct k_work_delayable ;
86- struct k_work_queue_config ;
87-
88- typedef void (* k_thread_user_cb_t )(const struct k_thread * thread ,
89- void * user_data );
90- typedef void (* k_timer_expiry_t )(struct k_timer * timer );
91- typedef void (* k_timer_stop_t )(struct k_timer * timer );
92- typedef uintptr_t stack_data_t ;
93- typedef void (* k_work_handler_t )(struct k_work * work );
94- typedef void (* k_work_user_handler_t )(struct k_work_user * work );
9579
9680enum execution_context_types {
9781 K_ISR = 0 ,
@@ -103,8 +87,6 @@ enum execution_context_types {
10387struct k_work_poll ;
10488typedef int (* _poller_cb_t )(struct k_poll_event * event , uint32_t state );
10589
106- #include <tracing/tracing.h>
107-
10890/**
10991 * @addtogroup thread_apis
11092 * @{
@@ -5910,6 +5892,7 @@ int k_thread_runtime_stats_all_get(k_thread_runtime_stats_t *stats);
59105892}
59115893#endif
59125894
5895+ #include <tracing/tracing.h>
59135896#include <syscalls/kernel.h>
59145897
59155898#endif /* !_ASMLANGUAGE */
You can’t perform that action at this time.
0 commit comments