X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/11132ea490f9e860744ee4f851c67e7fb4444231..a682f9de48bcce43fba6141fbdb4d451914e0bb4:/lincan/include/ioctl.h diff --git a/lincan/include/ioctl.h b/lincan/include/ioctl.h index c45e104..e780c28 100644 --- a/lincan/include/ioctl.h +++ b/lincan/include/ioctl.h @@ -4,7 +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);