added SDF_MMAPPED flag

This commit is contained in:
Frank Mori Hess 2001-01-29 00:48:16 +00:00
parent 62eda45147
commit 7fa2d20f68

View file

@ -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 */