]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - latester/canframelen.h
Change bisect-run script
[can-benchmark.git] / latester / canframelen.h
1 #ifndef TXTIME_H
2 #define TXTIME_H
3
4 #include <linux/can.h>
5
6 unsigned calc_frame_length(struct can_frame *frame);
7
8 #endif