add berr counter call prototype to library header
Signed-off-by: Luotao Fu <luotao@alea.(none)>pull/106/head^2
parent
1b50d5545d
commit
cbe29b66de
|
|
@ -44,5 +44,6 @@ int can_get_ctrlmode(const char *name, struct can_ctrlmode *cm);
|
|||
int can_get_state(const char *name, int *state);
|
||||
int can_get_clock(const char *name, struct can_clock *clock);
|
||||
int can_get_bittiming_const(const char *name, struct can_bittiming_const *btc);
|
||||
int can_get_berr_counter(const char *name, struct can_berr_counter *bc);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue