]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/open.c
Separated normal read and RTR assisted read transfer.
[lincan.git] / lincan / src / open.c
index deb027ca8e8a430ffeb205e89e0721ca0bd921b0..127fdea921884eaeea69f0c950aa2583a08ebdfa 100644 (file)
@@ -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
  */
 
 #include "../include/can.h"
@@ -20,7 +20,7 @@
 int can_open(struct inode *inode, struct file *file)
 {
        struct msgobj_t *obj;
-       struct chip_t *chip;
+       struct canchip_t *chip;
        struct canuser_t *canuser;
        struct canque_ends_t *qends;
        struct canque_edge_t *edge;