lib.h: add forgotten declaration
The compiler misses the structure in some source files. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>pull/392/head
parent
12f1d94856
commit
40819fd038
1
lib.h
1
lib.h
|
|
@ -102,6 +102,7 @@ int hexstring2data(char *arg, unsigned char *data, int maxdlen);
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
struct canfd_frame;
|
||||||
int parse_canframe(char *cs, struct canfd_frame *cf);
|
int parse_canframe(char *cs, struct canfd_frame *cf);
|
||||||
/*
|
/*
|
||||||
* Transfers a valid ASCII string describing a CAN frame into struct canfd_frame.
|
* Transfers a valid ASCII string describing a CAN frame into struct canfd_frame.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue