projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaed3ca
)
comedi.h: COMEDI_CB_EOA is also used to report end-of-output.
author
W. Trevor King
<wking@drexel.edu>
Mon, 16 Apr 2012 13:21:40 +0000
(09:21 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 16 Apr 2012 13:37:59 +0000
(09:37 -0400)
Signed-off-by: W. Trevor King <wking@drexel.edu>
include/linux/comedi.h
patch
|
blob
|
history
diff --git
a/include/linux/comedi.h
b/include/linux/comedi.h
index 4c2824b6f061dcf97b85cbb5da9039b83853c292..320dfc499fc463c6368492cbad9b843d0ae2481d 100644
(file)
--- a/
include/linux/comedi.h
+++ b/
include/linux/comedi.h
@@
-466,7
+466,7
@@
extern "C" {
/* only relevant to kernel modules. */
#define COMEDI_CB_EOS 1 /* end of scan */
-#define COMEDI_CB_EOA 2 /* end of acquisition */
+#define COMEDI_CB_EOA 2 /* end of acquisition
/output
*/
#define COMEDI_CB_BLOCK 4 /* new data has arrived: wakes up write()/read() */
#define COMEDI_CB_EOBUF 8 /* DEPRECATED: end of buffer */
#define COMEDI_CB_ERROR 16 /* card error during acquisition */