]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/comedi/internal.h
Staging: comedi: move some more functions to internal.h
[mirror_ubuntu-artful-kernel.git] / drivers / staging / comedi / internal.h
1 /*
2 * various internal comedi functions
3 */
4 int do_rangeinfo_ioctl(struct comedi_device *dev, struct comedi_rangeinfo *arg);
5 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s,
6 struct comedi_insn *insn, unsigned int *data);
7 int comedi_alloc_board_minor(struct device *hardware_device);
8 void comedi_free_board_minor(unsigned minor);
9 void comedi_reset_async_buf(struct comedi_async *async);