/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 error.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-08 02:47:23 UTC
  • Revision ID: csa@dside.dyndns.org-20111208024723-ym9uf3uoll6ym2a9
new event architecture, first trial

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    PCILIB_ERROR_OUTOFRANGE,
18
18
    PCILIB_ERROR_NOTAVAILABLE,
19
19
    PCILIB_ERROR_NOTINITIALIZED,
20
 
    PCILIB_ERROR_TOOBIG
 
20
    PCILIB_ERROR_TOOBIG,
 
21
    PCILIB_ERROR_THREAD
21
22
} pcilib_errot_t;
22
23
 
23
24