X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/328a0f0a261a7349b3731dbfdfc6591188003c48..1d20caee804d28a792dcacbf8424dc23b80c6370:/lincan/src/ioctl_rtl.c diff --git a/lincan/src/ioctl_rtl.c b/lincan/src/ioctl_rtl.c index fe1809c..88c2641 100644 --- a/lincan/src/ioctl_rtl.c +++ b/lincan/src/ioctl_rtl.c @@ -4,7 +4,7 @@ * Rewritten for new CAN queues by Pavel Pisa - OCERA team member * email:pisa@cmp.felk.cvut.cz * This software is released under the GPL-License. - * Version lincan-0.2 9 Jul 2003 + * Version lincan-0.3 17 Jun 2004 */ #ifdef CAN_WITH_RTL @@ -26,7 +26,7 @@ int can_ioctl_rtl_posix(struct rtl_file *fptr, unsigned int cmd, unsigned long a unsigned short channel=0; unsigned btr0=0, btr1=0; struct msgobj_t *obj; - struct chip_t *chip; + struct canchip_t *chip; struct canque_ends_t *qends; if(!canuser || (canuser->magic != CAN_USER_MAGIC)){