]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/ioctl.h
a8477ed190e1ed25d30c1a601d5cad098e39b49e
[lincan.git] / lincan / include / ioctl.h
1 /* ioctl.h
2  * Header file for the Linux CAN-bus driver.
3  * Written by Arnaud Westenberg email:arnaud@wanadoo.nl
4  * Rewritten for new CAN queues by Pavel Pisa - OCERA team member
5  * email:pisa@cmp.felk.cvut.cz
6  * This software is released under the GPL-License.
7  * Version lincan-0.2  9 Jul 2003
8  */
9
10 int can_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg);
11 int can_ioctl_query(struct canuser_t *canuser, unsigned long what);