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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-12 23:59:17 UTC
  • Revision ID: csa@suren.me-20151012235917-s5oi62kmu8khjl0t
Support writting register views

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
typedef enum {
5
5
    PCILIB_DEBUG_DMA_ENV,
6
6
    PCILIB_DEBUG_MISSING_EVENTS_ENV,
 
7
    PCILIB_DEBUG_VIEWS_ENV,
7
8
    PCILIB_MAX_ENV
8
9
} pcilib_env_t;
9
10