summaryrefslogtreecommitdiffstats
path: root/include/libsocketcan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsocketcan.h')
-rw-r--r--include/libsocketcan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libsocketcan.h b/include/libsocketcan.h
index bd2b040..10c012c 100644
--- a/include/libsocketcan.h
+++ b/include/libsocketcan.h
@@ -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