X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/4cf24de229090b1ab6279570a564d224e13dd706..2827b727d2910a3b48f9de7d67b3a67f59e256c7:/lincan/include/ioctl.h diff --git a/lincan/include/ioctl.h b/lincan/include/ioctl.h index 794b779..a8477ed 100644 --- a/lincan/include/ioctl.h +++ b/lincan/include/ioctl.h @@ -1,8 +1,11 @@ /* 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.2 9 Jul 2003 */ 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);