kernel.h: add prototype for private idle exit function
Had only been called from ASM domain, but upcoming interrupt changes invoke it from core arch C code as well. Change-Id: Ifd831826068e130e2936cfa4da6c082c3433a5ae Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
b739acf5cd
commit
350f88d525
1 changed files with 2 additions and 0 deletions
|
@ -3065,6 +3065,8 @@ extern void k_cpu_idle(void);
|
|||
*/
|
||||
extern void k_cpu_atomic_idle(unsigned int key);
|
||||
|
||||
extern void _sys_power_save_idle_exit(int32_t ticks);
|
||||
|
||||
/* Include legacy APIs */
|
||||
#if defined(CONFIG_LEGACY_KERNEL)
|
||||
#include <legacy.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue