From: David Schleef Date: Wed, 11 Oct 2000 00:40:51 +0000 (+0000) Subject: added comedi_do_insn() X-Git-Tag: r0_7_49~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b1f8c9ebd1a54d310424f1237012e2ef0e35031;p=comedi.git added comedi_do_insn() --- diff --git a/include/comedi.h b/include/comedi.h index da1ced31..aa76dc99 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -357,6 +357,7 @@ lsampl_t comedi_get_maxdata(unsigned int minor,unsigned int subdevice,unsigned int chan); int comedi_get_n_ranges(unsigned int minor,unsigned int subdevice,unsigned int chan); +int comedi_do_insn(unsigned int minor,comedi_insn *insn);