/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: 2016-03-08 21:40:28 UTC
  • Revision ID: csa@suren.me-20160308214028-s7p1wdm1a6swymma
Add missing typedef to the pcilib_error_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    PCILIB_LOG_ONCE = 1
10
10
} pcilib_log_flags_t; 
11
11
 
12
 
enum {
 
12
typedef enum {
13
13
    PCILIB_ERROR_SUCCESS = 0,
14
14
    PCILIB_ERROR_MEMORY = ENOMEM,
15
15
    PCILIB_ERROR_INVALID_REQUEST = EBADR,