summaryrefslogtreecommitdiffstats
path: root/pcilib/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/error.h')
-rw-r--r--pcilib/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/error.h b/pcilib/error.h
index 4ac0967..a9f4c0b 100644
--- a/pcilib/error.h
+++ b/pcilib/error.h
@@ -26,6 +26,7 @@ enum {
PCILIB_ERROR_OUTOFRANGE = ERANGE,
PCILIB_ERROR_NOTAVAILABLE = ENAVAIL,
PCILIB_ERROR_NOTINITIALIZED = EBADFD,
+ PCILIB_ERROR_NOTPERMITED = EPERM,
PCILIB_ERROR_TOOBIG = EFBIG,
PCILIB_ERROR_OVERWRITTEN = ESTALE,
PCILIB_ERROR_BUSY = EBUSY,