unified: Remove unimplemented kernel workload APIs
These can be re-introduced if a kernel workload measuring capability is added to the unified kernel. Change-Id: Id7ad9c1239667511ffcecf571126301c9b278929 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
a28da06c0f
commit
86ea333b5a
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ extern int k_thread_entry_set(k_tid_t thread,
|
|||
#endif
|
||||
|
||||
extern void k_sched_time_slice_set(int32_t slice, int prio);
|
||||
extern int k_workload_get(void);
|
||||
extern void k_workload_time_slice_set(int32_t slice);
|
||||
|
||||
extern int k_am_in_isr(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue