From 445d5db0183cf5dc98a33160857f22f012cacea6 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 12 Apr 2011 20:57:41 +0200 Subject: Prototype of IPECamera image protocol --- error.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'error.h') 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; -- cgit v1.2.3