diff options
Diffstat (limited to 'pcilib/error.h')
-rw-r--r-- | pcilib/error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcilib/error.h b/pcilib/error.h index 9b5492b..4ac0967 100644 --- a/pcilib/error.h +++ b/pcilib/error.h @@ -28,7 +28,8 @@ enum { PCILIB_ERROR_NOTINITIALIZED = EBADFD, PCILIB_ERROR_TOOBIG = EFBIG, PCILIB_ERROR_OVERWRITTEN = ESTALE, - PCILIB_ERROR_BUSY = EBUSY + PCILIB_ERROR_BUSY = EBUSY, + PCILIB_ERROR_EXIST = EEXIST } pcilib_errot_t; #ifdef __cplusplus |