summaryrefslogtreecommitdiffstats
path: root/error.h
diff options
context:
space:
mode:
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;