/*-------------------------------------------------------------------------- * dmc2280.h The Galil motion controller driver include file Nick Hauser, March 2004 copyright: see implementation file. ---------------------------------------------------------------------------*/ #ifdef __cplusplus extern "C" { #endif MotorDriver *CreateDMC2280(SConnection *pCon, int argc, char *argv[]); #ifdef __cplusplus } #endif