comedilib/include
Ian Abbott ef4c4e2e08 Avoid using BIT(x) macro
The BIT(x) macro is used by some internal kernel headers and is not
used in user API kernel headers.  It was used incorrectly in the
"staging" kernel version of "comedi.h" in the "linux-next" tree for a
brief period.

Replace the use of BIT(x) with explicit masks.  Handle CR_INVERT
specially in SWIG to avoid it appearing as a negative integer.
_CR_FLAGS_MASK was defined twice, identically, in SWIG, so remove one of
the definitions.
2016-03-21 10:35:16 +00:00
..
comedi.h Avoid using BIT(x) macro 2016-03-21 10:35:16 +00:00
comedi_errno.h Fix a couple of typos. 2011-05-11 12:05:55 +01:00
comedilib.h Add comedilib_version.h header, produced by ./configure, 2011-01-26 16:29:34 +00:00
comedilib_scxi.h add license header to scxi.c, and caleb as author 2005-02-06 16:25:16 +00:00
comedilib_version.h.in Fix a couple of typos. 2011-05-11 12:05:55 +01:00
Makefile.am Add comedilib_version.h header, produced by ./configure, 2011-01-26 16:29:34 +00:00