#ifndef __NODE_LINK_MASTER_H__ #define __NODE_LINK_MASTER_H__ void nodelink_master_app_init(void); void nodelink_master_app_run(void); #endif