]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/ioctl_rtl.c
To prevent future name collisions "chip_t" changed to "canchip_t"
[lincan.git] / lincan / src / ioctl_rtl.c
index 39b5823d1a032304c524050ed8b12b8ab2e89f21..88c264187c8b75a93284fda0329ac52dc01f11b1 100644 (file)
@@ -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)){