summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-26 07:12:31 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-10-26 07:12:31 +0200
commit32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e (patch)
tree7cf6cf29b564505655db004d5df11fa28c687278 /error.h
parent39125f647c27a19abf85b25c753fc97832708d38 (diff)
downloadpcitool-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.gz
pcitool-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.bz2
pcitool-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.tar.xz
pcitool-32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e.zip
Improvements of DMA engine
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 568ef18..5b46ae5 100644
--- a/error.h
+++ b/error.h
@@ -16,7 +16,8 @@ enum {
PCILIB_ERROR_NOTFOUND,
PCILIB_ERROR_OUTOFRANGE,
PCILIB_ERROR_NOTAVAILABLE,
- PCILIB_ERROR_NOTINITIALIZED
+ PCILIB_ERROR_NOTINITIALIZED,
+ PCILIB_ERROR_TOOBIG
} pcilib_errot_t;