power: remove SYS_ and sys_ prefixes
Remove SYS_ and sys_ from all PM related functions and defines. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
142c3060e7
commit
e0f3833bf7
45 changed files with 270 additions and 270 deletions
|
@ -4939,7 +4939,7 @@ static inline void k_cpu_atomic_idle(unsigned int key)
|
|||
/**
|
||||
* @internal
|
||||
*/
|
||||
extern void z_sys_power_save_idle_exit(int32_t ticks);
|
||||
extern void z_pm_save_idle_exit(int32_t ticks);
|
||||
|
||||
#ifdef ARCH_EXCEPT
|
||||
/* This architecture has direct support for triggering a CPU exception */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue