From 0812812571d85c9c4459817bea73f4a02000dbea Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 16 Jul 2003 16:26:14 +0000 Subject: [PATCH] sync with comedi --- include/comedi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/comedi.h b/include/comedi.h index c976586..c4954ec 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -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 */ -- 2.26.2