#ifndef POWER_H #define POWER_H #ifdef __cplusplus extern "C" { #endif int com_power( char *arg ); int com_power_policy( char* arg ); #ifdef __cplusplus } #endif #endif // POWER_H