/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/error.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-10 03:08:04 UTC
  • mfrom: (277.2.17 test_xml)
  • Revision ID: csa@suren.me-20150910030804-djti3wcmk4yubhp7
Initial integration of XML support

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    PCILIB_ERROR_NOTINITIALIZED = EBADFD,
29
29
    PCILIB_ERROR_TOOBIG = EFBIG,
30
30
    PCILIB_ERROR_OVERWRITTEN = ESTALE,
31
 
    PCILIB_ERROR_BUSY = EBUSY
 
31
    PCILIB_ERROR_BUSY = EBUSY,
 
32
    PCILIB_ERROR_EXIST = EEXIST
32
33
} pcilib_errot_t;
33
34
 
34
35
#ifdef __cplusplus