projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630bf87
)
added SDF_PACKED
author
David Schleef
<ds@schleef.org>
Wed, 24 May 2000 21:25:04 +0000
(21:25 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 24 May 2000 21:25:04 +0000
(21:25 +0000)
include/comedi.h
patch
|
blob
|
history
diff --git
a/include/comedi.h
b/include/comedi.h
index 7fe471f6b7d19b2f24e71358a046af9cbc418a59..4c9db1ac71bd80deda0e02ff8768135bf128ec04 100644
(file)
--- a/
include/comedi.h
+++ b/
include/comedi.h
@@
-120,6
+120,7
@@
typedef unsigned short sampl_t;
#define SDF_MMAP 0x04000000 /* can do mmap() */
#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 */
/* subdevice types */