master/module.c
changeset 286 f3352378b4d4
parent 251 c1d0b63a9302
child 305 03aab3068f08
child 1715 e675450f2174
equal deleted inserted replaced
285:d6145fc87a74 286:f3352378b4d4
    64                      ", compiled by " EC_STR(USER) \
    64                      ", compiled by " EC_STR(USER) \
    65                      " at " __DATE__ " " __TIME__
    65                      " at " __DATE__ " " __TIME__
    66 
    66 
    67 /*****************************************************************************/
    67 /*****************************************************************************/
    68 
    68 
    69 static int ec_master_count = 1;
    69 static int ec_master_count = 1; /**< parameter value, number of masters */
    70 static int ec_eoe_devices = 0;
    70 static int ec_eoe_devices = 0; /**< parameter value, number of EoE interf. */
    71 static struct list_head ec_masters;
    71 static struct list_head ec_masters; /**< list of masters */
    72 
    72 
    73 /*****************************************************************************/
    73 /*****************************************************************************/
    74 
    74 
    75 /** \cond */
    75 /** \cond */
    76 
    76