]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/ioctl.h
SJA1000 clockout divisors listed explicitly.
[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.3  17 Jun 2004
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);
12 int can_ioctl_remote_read(struct canuser_t *canuser, struct canmsg_t *rtr_msg,
13                           unsigned long rtr_id, int options);