COMEDI_CB_* flags are already defined in linux/comedi.h
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 2 Jun 2002 00:48:21 +0000 (00:48 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 2 Jun 2002 00:48:21 +0000 (00:48 +0000)
include/linux/comedilib.h

index 5c7b4a7682c16d6d89173bb323c8b6d4bb442144..24a546584656d81903f031797a556181506b86a8 100644 (file)
 #error linux/comedilib.h should not be included by non-kernel-space code
 #endif
 
-/* callback stuff */
-
-#define COMEDI_CB_EOS          1       /* end of scan */
-#define COMEDI_CB_EOA          2       /* end of acquisition */
-#define COMEDI_CB_BLOCK                4       /* convenient block size */
-#define COMEDI_CB_EOBUF                8       /* end of buffer */
-#define COMEDI_CB_ERROR                16      /* card error during acquisition */
-
 /* exported functions */
 
 #ifndef KCOMEDILIB_DEPRECATED