diff options
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ enum { PCILIB_ERROR_NOTAVAILABLE = ENAVAIL, PCILIB_ERROR_NOTINITIALIZED = EBADFD, PCILIB_ERROR_TOOBIG = EFBIG, - PCILIB_ERROR_OVERWRITTEN = ESTALE + PCILIB_ERROR_OVERWRITTEN = ESTALE, + PCILIB_ERROR_BUSY = EBUSY } pcilib_errot_t; |