master/master.h
changeset 1485 5ddc3a455059
parent 1436 08eaf72409bb
child 1489 f77a1182b6f4
--- a/master/master.h	Fri Jun 26 08:00:47 2009 +0000
+++ b/master/master.h	Fri Jun 26 09:46:57 2009 +0000
@@ -51,6 +51,7 @@
 
 #include "device.h"
 #include "domain.h"
+#include "ethernet.h"
 #include "fsm_master.h"
 #include "cdev.h"
 
@@ -229,6 +230,8 @@
 ec_domain_t *ec_master_find_domain(ec_master_t *, unsigned int);
 const ec_domain_t *ec_master_find_domain_const(const ec_master_t *,
         unsigned int);
+uint16_t ec_master_eoe_handler_count(const ec_master_t *);
+const ec_eoe_t *ec_master_get_eoe_handler_const(const ec_master_t *, uint16_t);
 
 int ec_master_debug_level(ec_master_t *, unsigned int);