remote_control.h 189 B

12345678910
  1. #ifndef __REMOTE_CONTROL_H__
  2. #define __REMOTE_CONTROL_H__
  3. #include "goahead.h"
  4. void chassisPwrCtrl(Webs *wp);
  5. void getChassisStatus(Webs *wp);
  6. #endif /* __REMOTE_CONTROL_H__ */