summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-27 14:19:48 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-27 14:19:48 +0200
commit63ef59492469c08e8d3c7d8a186e4a765eae87b0 (patch)
tree30cbec701a68f20b8d70bbbf30ce786581b670f0 /error.h
parent4d7dc1f258d94fb94ae473b483eb5a638b2ae119 (diff)
downloadpcitool-63ef59492469c08e8d3c7d8a186e4a765eae87b0.tar.gz
pcitool-63ef59492469c08e8d3c7d8a186e4a765eae87b0.tar.bz2
pcitool-63ef59492469c08e8d3c7d8a186e4a765eae87b0.tar.xz
pcitool-63ef59492469c08e8d3c7d8a186e4a765eae87b0.zip
Check for free space in camera DDR buffer before triggering event
Diffstat (limited to 'error.h')
-rw-r--r--error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/error.h b/error.h
index cbf2d98..20d1c09 100644
--- a/error.h
+++ b/error.h
@@ -21,7 +21,8 @@ enum {
PCILIB_ERROR_NOTAVAILABLE = ENAVAIL,
PCILIB_ERROR_NOTINITIALIZED = EBADFD,
PCILIB_ERROR_TOOBIG = EFBIG,
- PCILIB_ERROR_OVERWRITTEN = ESTALE
+ PCILIB_ERROR_OVERWRITTEN = ESTALE,
+ PCILIB_ERROR_BUSY = EBUSY
} pcilib_errot_t;