master/device_id.h
changeset 577 db34078f34cc
parent 575 9a2121b500b1
equal deleted inserted replaced
576:158c5a3d0a2a 577:db34078f34cc
    65 int ec_device_id_process_params(const char *, const char *,
    65 int ec_device_id_process_params(const char *, const char *,
    66         struct list_head *, struct list_head *);
    66         struct list_head *, struct list_head *);
    67 void ec_device_id_clear_list(struct list_head *);
    67 void ec_device_id_clear_list(struct list_head *);
    68 int ec_device_id_check(const ec_device_id_t *, const struct net_device *,
    68 int ec_device_id_check(const ec_device_id_t *, const struct net_device *,
    69         const char *, unsigned int);
    69         const char *, unsigned int);
       
    70 ssize_t ec_device_id_print(const ec_device_id_t *, char *);
    70 
    71 
    71 /*****************************************************************************/
    72 /*****************************************************************************/
    72 
    73 
    73 #endif
    74 #endif