From ed79793c3b769ef7b1f3ec3923e7df2df5a966bb Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 30 Mar 2002 20:29:08 +0000 Subject: [PATCH] Added INSN_CONFIG_ALT_SOURCE id --- include/linux/comedi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index 41130f36..8ebb5eba 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -211,6 +211,7 @@ typedef unsigned short sampl_t; //#define INSN_CONFIG_WAVEFORM 0x11 //#define INSN_CONFIG_TRIG 0x12 //#define INSN_CONFIG_COUNTER 0x13 +#define INSN_CONFIG_ALT_SOURCE 0x14 /* ioctls */ -- 2.26.2