master/master.h
branchstable-1.4
changeset 1648 3e46fbb7eb1d
parent 1644 8174d9b2adaf
child 1685 399ef727bf62
equal deleted inserted replaced
1647:dd648d1786e9 1648:3e46fbb7eb1d
   160                                    from user space. */
   160                                    from user space. */
   161 };
   161 };
   162 
   162 
   163 /*****************************************************************************/
   163 /*****************************************************************************/
   164 
   164 
       
   165 // static funtions
       
   166 void ec_master_init_static(void);
       
   167 
   165 // master creation/deletion
   168 // master creation/deletion
   166 int ec_master_init(ec_master_t *, unsigned int, const uint8_t *,
   169 int ec_master_init(ec_master_t *, unsigned int, const uint8_t *,
   167         const uint8_t *, dev_t, struct class *);
   170         const uint8_t *, dev_t, struct class *);
   168 void ec_master_clear(ec_master_t *);
   171 void ec_master_clear(ec_master_t *);
   169 
   172