From: David Schleef Date: Thu, 28 Jun 2001 22:22:20 +0000 (+0000) Subject: Added TRIG_OTHER X-Git-Tag: r0_7_60~115 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d8156432cec35121d5399a75a9ef89937d97392;p=comedi.git Added TRIG_OTHER --- diff --git a/include/linux/comedi.h b/include/linux/comedi.h index b2aa5291..07f93797 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -3,7 +3,7 @@ header file for comedi COMEDI - Linux Control and Measurement Device Interface - Copyright (C) 1998-2000 David A. Schleef + Copyright (C) 1998-2001 David A. Schleef This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -128,6 +128,7 @@ typedef unsigned short sampl_t; #define TRIG_COUNT 0x00000020 /* trigger when count reaches N */ #define TRIG_EXT 0x00000040 /* trigger on external signal N */ #define TRIG_INT 0x00000080 /* trigger on comedi-internal signal N */ +#define TRIG_OTHER 0x00000100 /* driver defined */ /* subdevice flags */