summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 20:57:41 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 20:57:41 +0200
commit445d5db0183cf5dc98a33160857f22f012cacea6 (patch)
tree24a86dc05195546cf888c104e604da9eb77b3309 /error.h
parent39b33ce4be920b19a6b0f694febf8609ae64512b (diff)
downloadpcitool-445d5db0183cf5dc98a33160857f22f012cacea6.tar.gz
pcitool-445d5db0183cf5dc98a33160857f22f012cacea6.tar.bz2
pcitool-445d5db0183cf5dc98a33160857f22f012cacea6.tar.xz
pcitool-445d5db0183cf5dc98a33160857f22f012cacea6.zip
Prototype of IPECamera image protocol
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/error.h b/error.h
index 198df3e..bf78a8a 100644
--- a/error.h
+++ b/error.h
@@ -6,12 +6,14 @@ enum {
PCILIB_ERROR_MEMORY,
PCILIB_ERROR_INVALID_ADDRESS,
PCILIB_ERROR_INVALID_BANK,
+ PCILIB_ERROR_INVALID_DATA,
PCILIB_ERROR_TIMEOUT,
PCILIB_ERROR_FAILED,
PCILIB_ERROR_VERIFY,
PCILIB_ERROR_NOTSUPPORTED,
PCILIB_ERROR_NOTFOUND,
PCILIB_ERROR_OUTOFRANGE,
+ PCILIB_ERROR_NOTAVAILABLE,
PCILIB_ERROR_NOTINITIALIZED
} pcilib_errot_t;