/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to error.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-04-12 00:57:02 UTC
  • Revision ID: csa@dside.dyndns.org-20110412005702-ir1cch0f1feop7ay
Infrastructure for event API

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    PCILIB_ERROR_NOTSUPPORTED,
13
13
    PCILIB_ERROR_NOTFOUND,
14
14
    PCILIB_ERROR_OUTOFRANGE,
 
15
    PCILIB_ERROR_NOTINITIALIZED
15
16
} pcilib_errot_t;
16
17
 
17
18