master/domain.h
changeset 404 7f7f429e13c7
parent 363 58588a3a1562
child 446 8fede404c01f
equal deleted inserted replaced
403:7bb931deccd9 404:7f7f429e13c7
    74 };
    74 };
    75 
    75 
    76 /*****************************************************************************/
    76 /*****************************************************************************/
    77 
    77 
    78 int ec_domain_init(ec_domain_t *, ec_master_t *, unsigned int);
    78 int ec_domain_init(ec_domain_t *, ec_master_t *, unsigned int);
    79 void ec_domain_clear(struct kobject *);
       
    80 int ec_domain_alloc(ec_domain_t *, uint32_t);
    79 int ec_domain_alloc(ec_domain_t *, uint32_t);
    81 void ec_domain_queue(ec_domain_t *);
    80 void ec_domain_queue(ec_domain_t *);
    82 
    81 
    83 /*****************************************************************************/
    82 /*****************************************************************************/
    84 
    83