master/master.h
changeset 576 158c5a3d0a2a
parent 575 9a2121b500b1
child 578 f402b4bd2f4d
equal deleted inserted replaced
575:9a2121b500b1 576:158c5a3d0a2a
   148 };
   148 };
   149 
   149 
   150 /*****************************************************************************/
   150 /*****************************************************************************/
   151 
   151 
   152 // master creation/deletion
   152 // master creation/deletion
   153 int ec_master_init(ec_master_t *, unsigned int,
   153 int ec_master_init(ec_master_t *, struct kobject *, unsigned int,
   154         const ec_device_id_t *, const ec_device_id_t *, unsigned int);
   154         const ec_device_id_t *, const ec_device_id_t *, unsigned int);
   155 void ec_master_destroy(ec_master_t *);
   155 void ec_master_destroy(ec_master_t *);
   156 
   156 
   157 // mode transitions
   157 // mode transitions
   158 int ec_master_enter_idle_mode(ec_master_t *);
   158 int ec_master_enter_idle_mode(ec_master_t *);