From 3dd23bc127d748147583a492b0d35d91a93d3584 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 7 May 2002 23:42:30 +0000 Subject: [PATCH] sync with comedi --- include/comedi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/comedi.h b/include/comedi.h index d1a8267..f9d8403 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -214,6 +214,9 @@ typedef unsigned short sampl_t; //#define INSN_CONFIG_TRIG 0x12 //#define INSN_CONFIG_COUNTER 0x13 #define INSN_CONFIG_ALT_SOURCE 0x14 +#define INSN_CONFIG_DIGITAL_TRIG 0x15 +// flags for INSN_CONFIG_DIGITAL_TRIG +#define DIGITAL_TRIG_RISING 0x1 /* ioctls */ -- 2.26.2