#ifndef __POWER_INTERFACE_H__ #define __POWER_INTERFACE_H__ int power_init(void); int power_exit(void); #endif