mirror of
https://github.com/nasa/trick.git
synced 2025-01-10 06:52:52 +00:00
18 lines
189 B
C
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
|
||
|
|