ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / staging / comedi / internal.h
1 /*
2 * various internal comedi functions
3 */
4 int do_rangeinfo_ioctl(struct comedi_device *dev,
5 struct comedi_rangeinfo __user *arg);
6 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s,
7 struct comedi_insn *insn, unsigned int *data);
8 int comedi_alloc_board_minor(struct device *hardware_device);
9 void comedi_free_board_minor(unsigned minor);
10 void comedi_reset_async_buf(struct comedi_async *async);
11 int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
12 unsigned long new_size);
This page took 0.034113 seconds and 5 git commands to generate.