diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-06-19 17:51:56 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-06-19 17:51:56 +0200 |
commit | 954583ac2ee8ec522a0283e6e3b249345c71a3e7 (patch) | |
tree | cdcef21dc7635ae04f17f4d48355583015267692 /pcilib/pcilib.h | |
parent | 36385f1e83c7f6dd45954033b91d1871e62005c4 (diff) | |
parent | 907559d880de032deb31aa5e648c11029bbf9cce (diff) | |
download | pcitool-954583ac2ee8ec522a0283e6e3b249345c71a3e7.tar.gz pcitool-954583ac2ee8ec522a0283e6e3b249345c71a3e7.tar.bz2 pcitool-954583ac2ee8ec522a0283e6e3b249345c71a3e7.tar.xz pcitool-954583ac2ee8ec522a0283e6e3b249345c71a3e7.zip |
Integration of software registers
Diffstat (limited to 'pcilib/pcilib.h')
-rw-r--r-- | pcilib/pcilib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/pcilib.h b/pcilib/pcilib.h index 6d241c6..9710642 100644 --- a/pcilib/pcilib.h +++ b/pcilib/pcilib.h @@ -85,6 +85,7 @@ typedef struct { #define PCILIB_BAR_DETECT ((pcilib_bar_t)-1) #define PCILIB_BAR_INVALID ((pcilib_bar_t)-1) +#define PCILIB_BAR_NOBAR ((pcilib_bar_t)-2) #define PCILIB_BAR0 0 #define PCILIB_BAR1 1 #define PCILIB_DMA_ENGINE_INVALID ((pcilib_dma_engine_t)-1) |