]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/ioctl.h
SJA1000 clockout divisors listed explicitly.
[lincan.git] / lincan / include / ioctl.h
index 794b779f4a51ad723d9d7c055a1f9a1fcd065806..e780c289477cdc1727aa401d3601d71aa448804e 100644 (file)
@@ -1,8 +1,13 @@
 /* ioctl.h
  * Header file for the Linux CAN-bus driver.
  * Written by Arnaud Westenberg email:arnaud@wanadoo.nl
+ * 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 0.7  6 Aug 2001
+ * 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);