master/module.c
changeset 286 f3352378b4d4
parent 251 c1d0b63a9302
child 305 03aab3068f08
child 1715 e675450f2174
--- a/master/module.c	Mon Jun 26 15:33:18 2006 +0000
+++ b/master/module.c	Mon Jun 26 16:05:30 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 */
 
 /*****************************************************************************/