master/module.c
branchstable-1.0
changeset 1623 05622513f627
parent 1619 0d4119024f55
child 1624 9dc190591c0f
--- a/master/module.c	Mon Jun 26 15:35:23 2006 +0000
+++ b/master/module.c	Mon Jun 26 16:07:07 2006 +0000
@@ -66,9 +66,9 @@
 
 /*****************************************************************************/
 
-static int ec_master_count = 1;
-static int ec_eoe_devices = 0;
-static struct list_head ec_masters;
+static int ec_master_count = 1; /**< parameter value, number of masters */
+static int ec_eoe_devices = 0; /**< parameter value, number of EoE interf. */
+static struct list_head ec_masters; /**< list of masters */
 
 /*****************************************************************************/