#ifndef __POWER_INTERFACE_H__ #define __POWER_INTERFACE_H__ int power_interface_init(void); void power_interface_exit(void); #endif