#ifndef POWER_MANAGEMENT_USER_H #define POWER_MANAGEMENT_USER_H extern void Power_Management_Lib_Init(void); extern void Power_Management_Service_user(void); #endif