/* * asynDrvChassis.h * * Created on: Apr 15, 2015 * Author: Hovanes Egiyan */ #ifndef _ASYNDRVCHASSIS_H_ #define _ASYNDRVCHASSIS_H_ #ifdef __cplusplus extern "C" { #endif // __cplusplus char* asynDrvDiscChassisConfig( const char *portName ); char* asynDrvFADCChassisConfig( const char *portName ); char* asynDrvSSPDIRCChassisConfig( const char *portName ); #ifdef __cplusplus } #endif // __cplusplus #endif /* _ASYNDRVCHASSIS_H_ */