]> rtime.felk.cvut.cz Git - lincan.git/commitdiff
Change to CAN_MSG_VERSION_2 and elimination of linux/*.h headers from user space... CLT_COMM_CAN_post_canmsg_change
authorppisa <ppisa>
Sat, 21 Feb 2004 21:23:47 +0000 (21:23 +0000)
committerppisa <ppisa>
Sat, 21 Feb 2004 21:23:47 +0000 (21:23 +0000)
Layout of canmsg_t changed to CAN_MSG_VERSION_2, which is compatible
with PORT GmbH <http://www.port.de/> can4linux-3.1 implementation.
The driver and utilities can be compiled with old version,
if definition of CAN_MSG_VERSION_2 is commented out in
lincan/include/canmsg.h and canvca/libvca/canmsg.h headers.

The change from __u8 .. __u32 types to standard compliant u_int8_t .. u_int32_t
types has been required to eliminate linux/*.h files. This can make
problems to ancient Linux distributions and some workaround could
be necessary.


No differences found