diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-10-13 01:59:17 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-10-13 01:59:17 +0200 |
commit | 2e9457b666a303fab83aa17e33624f39de9a1dd7 (patch) | |
tree | 7e1b46b4ca64a8eccb7122df33a32c48239d4c62 /pcilib/env.h | |
parent | 1200eca62c4c47617fa60033f9a0ee25bd26c431 (diff) | |
download | pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.gz pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.bz2 pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.tar.xz pcitool-2e9457b666a303fab83aa17e33624f39de9a1dd7.zip |
Support writting register views
Diffstat (limited to 'pcilib/env.h')
-rw-r--r-- | pcilib/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/env.h b/pcilib/env.h index 7cf69b9..880e711 100644 --- a/pcilib/env.h +++ b/pcilib/env.h @@ -4,6 +4,7 @@ typedef enum { PCILIB_DEBUG_DMA_ENV, PCILIB_DEBUG_MISSING_EVENTS_ENV, + PCILIB_DEBUG_VIEWS_ENV, PCILIB_MAX_ENV } pcilib_env_t; |