#include #include "../event.h" #define EOS_PWR_MTYPE_BUTTON 1 #define EOS_PWR_MAX_MTYPE 2 void eos_pwr_net_init(void); void eos_pwr_set_handler(unsigned char mtype, eos_evt_handler_t handler); eos_evt_handler_t eos_pwr_get_handler(unsigned char mtype);