summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuotao Fu <luotao@alea.(none)>2010-02-14 18:57:03 +0100
committerLuotao Fu <luotao@alea.(none)>2010-02-14 18:57:03 +0100
commitcbe29b66de0eac77d710cbba6533147a2aea7e05 (patch)
tree47e56ffa8bcb8ef2b5e8208ab9def4b472c586ae
parent1b50d5545dc12ea22e162d9f9f259148f160e06c (diff)
downloadlibsocketcan-cbe29b66de0eac77d710cbba6533147a2aea7e05.tar.gz
libsocketcan-cbe29b66de0eac77d710cbba6533147a2aea7e05.tar.xz
add berr counter call prototype to library header
Signed-off-by: Luotao Fu <luotao@alea.(none)>
-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