#ifndef __SCAMPER_CONTROL_H #define __SCAMPER_CONTROL_H int scamper_control_init(int port); void scamper_control_cleanup(void); #endif