sync with comedi

This commit is contained in:
Frank Mori Hess 2003-07-16 16:26:14 +00:00
parent 092659f27d
commit 0812812571

View file

@ -41,6 +41,8 @@ extern "C" {
/* number of config options in the config structure */
#define COMEDI_NDEVCONFOPTS 32
#define COMEDI_DEVCONF_AUX_DATA 30
#define COMEDI_DEVCONF_AUX_DATA_LENGTH 31
/* max length of device and driver names */
#define COMEDI_NAMELEN 20
@ -218,7 +220,9 @@ typedef unsigned short sampl_t;
#define INSN_CONFIG_ALT_SOURCE 0x14
#define INSN_CONFIG_DIGITAL_TRIG 0x15
#define INSN_CONFIG_BLOCK_SIZE 0x16
#define INSN_CONFIG_TIMER_1 0x17
#define INSN_CONFIG_TIMER_1 0x17
#define INSN_CONFIG_FILTER 0x18
#define INSN_CONFIG_CHANGE_NOTIFY 0x19
/* ioctls */