diff options
Diffstat (limited to 'hal_internal.h')
-rw-r--r-- | hal_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hal_internal.h b/hal_internal.h index f17179c..659cd27 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -97,6 +97,7 @@ extern void hal_critical_section_start(void); extern void hal_critical_section_end(void); extern void hal_ks_lock(void); extern void hal_ks_unlock(void); +extern void hal_task_yield(void); /* * Logging. |