#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