master/master.c
changeset 1516 e3b09f847512
parent 1513 60ca68d853b8
child 1530 96629de2202b
child 1543 373cd456dc26
equal deleted inserted replaced
1515:e722e0ac5d28 1516:e3b09f847512
  1384     EC_FIND_DOMAIN;
  1384     EC_FIND_DOMAIN;
  1385 }
  1385 }
  1386 
  1386 
  1387 /*****************************************************************************/
  1387 /*****************************************************************************/
  1388 
  1388 
       
  1389 #ifdef EC_EOE
       
  1390 
  1389 /** Get the number of EoE handlers.
  1391 /** Get the number of EoE handlers.
  1390  *
  1392  *
  1391  * \return Number of EoE handlers.
  1393  * \return Number of EoE handlers.
  1392  */
  1394  */
  1393 uint16_t ec_master_eoe_handler_count(
  1395 uint16_t ec_master_eoe_handler_count(
  1425         return eoe;
  1427         return eoe;
  1426     }
  1428     }
  1427 
  1429 
  1428     return NULL;
  1430     return NULL;
  1429 }
  1431 }
       
  1432 
       
  1433 #endif
  1430 
  1434 
  1431 /*****************************************************************************/
  1435 /*****************************************************************************/
  1432 
  1436 
  1433 /** Set the debug level.
  1437 /** Set the debug level.
  1434  *
  1438  *