]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
common/dmm: Drop obsolete *is_packet_start() functions.
[libsigrok.git] / libsigrok.h
index 069e446fb1c839010b4c2f5ebcbc97b9d5243b39..8b9239ad77e366bc4691854ddcca8fa4a9ac016d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
  *
@@ -71,6 +71,7 @@ enum {
        SR_ERR_BUG        = -4, /**< Errors hinting at internal bugs. */
        SR_ERR_SAMPLERATE = -5, /**< Incorrect samplerate. */
        SR_ERR_NA         = -6, /**< Not applicable. */
+       SR_ERR_DEV_CLOSED = -7, /**< Device is closed, but needs to be open. */
 };
 
 #define SR_MAX_NUM_PROBES    64 /* Limited by uint64_t. */