add berr counter call prototype to library header

Signed-off-by: Luotao Fu <luotao@alea.(none)>
pull/106/head^2
Luotao Fu 2010-02-14 18:57:03 +01:00
parent 1b50d5545d
commit cbe29b66de
1 changed files with 1 additions and 0 deletions

View File

@ -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