/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-10-18 01:47:47 UTC
  • Revision ID: csa@suren.me-20151018014747-9ji2ygdhz1l9wnt5
Support properties of arbitrary type

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    PCILIB_ERROR_OUTOFRANGE = ERANGE,
27
27
    PCILIB_ERROR_NOTAVAILABLE = ENAVAIL,
28
28
    PCILIB_ERROR_NOTINITIALIZED = EBADFD,
 
29
    PCILIB_ERROR_NOTPERMITED = EPERM,
29
30
    PCILIB_ERROR_TOOBIG = EFBIG,
30
31
    PCILIB_ERROR_OVERWRITTEN = ESTALE,
31
32
    PCILIB_ERROR_BUSY = EBUSY,