trick/trick_source/sim_services/MasterSlave/include/master_proto.h

18 lines
189 B
C
Raw Normal View History

2015-02-26 15:02:31 +00:00
#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