master/module.c
changeset 444 31223539fc00
parent 430 74754f45d5fa
child 446 8fede404c01f
equal deleted inserted replaced
443:0746236dd032 444:31223539fc00
    55 
    55 
    56 static int ec_master_count = 1; /**< parameter value, number of masters */
    56 static int ec_master_count = 1; /**< parameter value, number of masters */
    57 static int ec_eoeif_count = 0; /**< parameter value, number of EoE interf. */
    57 static int ec_eoeif_count = 0; /**< parameter value, number of EoE interf. */
    58 static struct list_head ec_masters; /**< list of masters */
    58 static struct list_head ec_masters; /**< list of masters */
    59 static dev_t device_number;
    59 static dev_t device_number;
       
    60 
       
    61 char *ec_master_version_str = EC_MASTER_VERSION;
    60 
    62 
    61 /*****************************************************************************/
    63 /*****************************************************************************/
    62 
    64 
    63 /** \cond */
    65 /** \cond */
    64 
    66