]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/ioctl.h
Separated normal read and RTR assisted read transfer.
[lincan.git] / lincan / include / ioctl.h
index a8477ed190e1ed25d30c1a601d5cad098e39b49e..e780c289477cdc1727aa401d3601d71aa448804e 100644 (file)
@@ -4,8 +4,10 @@
  * 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
  */
 
 int can_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg);
 int can_ioctl_query(struct canuser_t *canuser, unsigned long what);
+int can_ioctl_remote_read(struct canuser_t *canuser, struct canmsg_t *rtr_msg,
+                          unsigned long rtr_id, int options);