From 7fa2d20f688b4f0c078612b0531af827cd2bb28e Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 29 Jan 2001 00:48:16 +0000 Subject: [PATCH] added SDF_MMAPPED flag --- include/comedi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comedi.h b/include/comedi.h index d97f7bd..3e38f35 100644 --- a/include/comedi.h +++ b/include/comedi.h @@ -133,7 +133,7 @@ typedef unsigned short sampl_t; #define SDF_RUNNING 0x08000000 /* subdevice is acquiring data */ #define SDF_LSAMPL 0x10000000 /* subdevice uses 32-bit samples */ #define SDF_PACKED 0x20000000 /* subdevice can do packed DIO */ - +#define SDF_MMAPPED 0x40000000 /* is currently mmap'ed */ /* subdevice types */