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:
Anas Nashif 2020-09-01 21:46:30 -04:00
commit e0f3833bf7
45 changed files with 270 additions and 270 deletions

View file

@ -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 */