tool/MasterDevice.cpp
changeset 1516 e3b09f847512
parent 1485 5ddc3a455059
child 1804 742607c464c4
equal deleted inserted replaced
1515:e722e0ac5d28 1516:e3b09f847512
   483     }
   483     }
   484 }
   484 }
   485 
   485 
   486 /****************************************************************************/
   486 /****************************************************************************/
   487 
   487 
       
   488 #ifdef EC_EOE
       
   489 
   488 void MasterDevice::getEoeHandler(
   490 void MasterDevice::getEoeHandler(
   489         ec_ioctl_eoe_handler_t *eoe,
   491         ec_ioctl_eoe_handler_t *eoe,
   490         uint16_t eoeHandlerIndex
   492         uint16_t eoeHandlerIndex
   491         )
   493         )
   492 {
   494 {
   497         err << "Failed to get EoE handler: " << strerror(errno);
   499         err << "Failed to get EoE handler: " << strerror(errno);
   498         throw MasterDeviceException(err);
   500         throw MasterDeviceException(err);
   499     }
   501     }
   500 }
   502 }
   501 
   503 
       
   504 #endif
       
   505 
   502 /*****************************************************************************/
   506 /*****************************************************************************/