comedi.h: COMEDI_CB_EOA is also used to report end-of-output.
authorW. Trevor King <wking@drexel.edu>
Mon, 16 Apr 2012 13:21:40 +0000 (09:21 -0400)
committerW. 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

index 4c2824b6f061dcf97b85cbb5da9039b83853c292..320dfc499fc463c6368492cbad9b843d0ae2481d 100644 (file)
@@ -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 */