blob: 7ed20a04eef5a4e1677b19feed36394a481433e6 [file] [log] [blame]
Greg Kroah-Hartman24343582010-05-03 15:38:37 -07001/*
Ian Abbott4d7df822012-04-13 14:12:53 +01002 * various internal comedi stuff
Greg Kroah-Hartman24343582010-05-03 15:38:37 -07003 */
Greg Kroah-Hartman3b6b25b2010-05-03 15:50:09 -07004int do_rangeinfo_ioctl(struct comedi_device *dev,
5 struct comedi_rangeinfo __user *arg);
Greg Kroah-Hartman24343582010-05-03 15:38:37 -07006int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s,
7 struct comedi_insn *insn, unsigned int *data);
Greg Kroah-Hartman242e7ad2010-05-03 15:20:29 -07008int comedi_alloc_board_minor(struct device *hardware_device);
Greg Kroah-Hartman9e8c6042010-05-03 15:24:14 -07009void comedi_free_board_minor(unsigned minor);
Ian Abbottc43435d2012-03-30 17:14:58 +010010int comedi_find_board_minor(struct device *hardware_device);
Greg Kroah-Hartman09372df2010-05-03 15:27:52 -070011void comedi_reset_async_buf(struct comedi_async *async);
Greg Kroah-Hartman7029a872010-05-03 15:55:45 -070012int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
13 unsigned long new_size);
Ian Abbott4d7df822012-04-13 14:12:53 +010014
15extern unsigned int comedi_default_buf_size_kb;
16extern unsigned int comedi_default_buf_maxsize_kb;