master/module.c
branchstable-1.0
changeset 1623 05622513f627
parent 1619 0d4119024f55
child 1624 9dc190591c0f
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    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