From 4bbce476797e9d0c0bf1b40119ace1daa70b0669 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 31 Jan 2003 03:54:49 +0000 Subject: [PATCH] Add some configuration instructions --- include/linux/comedi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index 38eb079f..c4954eca 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -220,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