trick/trick_source/sim_services/MasterSlave/include/master_proto.h
2015-02-26 09:02:31 -06:00

18 lines
189 B
C

#ifndef _MASTER_PROTO_H_
#define _MASTER_PROTO_H_
#ifdef __cplusplus
extern "C" {
#endif
int ms_master_enable() ;
int ms_master_disable() ;
#ifdef __cplusplus
}
#endif
#endif