summaryrefslogtreecommitdiffstats
path: root/pcilib
diff options
context:
space:
mode:
authorzilio nicolas <nicolas.zilio@kit.edu>2015-06-15 12:04:07 +0200
committerzilio nicolas <nicolas.zilio@kit.edu>2015-06-15 12:04:07 +0200
commit8f194817bf33fef401093868fbbbf25a0588d00d (patch)
treef6b02bc65b4da82eca9de6b984620fe3ff8642fe /pcilib
parent51ec836689e0d9e2d27f2fa4579ff1088513dacf (diff)
downloadpcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.gz
pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.bz2
pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.xz
pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.zip
ready to run tests
Diffstat (limited to 'pcilib')
-rw-r--r--pcilib/bank.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/bank.h b/pcilib/bank.h
index bc45ec4..df4df83 100644
--- a/pcilib/bank.h
+++ b/pcilib/bank.h
@@ -18,6 +18,7 @@
#define PCILIB_REGISTER_PROTOCOL_KERNEL 32 /**< Protocol with registers registered in kernel directly*/
#define PCILIB_REGISTER_PROTOCOL_DMA 96 /**< First PROTOCOL address to be used by DMA engines */
#define PCILIB_REGISTER_PROTOCOL_DYNAMIC 128 /**< First PROTOCOL address to be used by plugins */
+#define PCILIB_REGISTER_PROTOCOL_SOFTWARE_REGISTERS 32
typedef uint8_t pcilib_register_bank_t; /**< Type holding the bank position within the field listing register banks in the model */
typedef uint8_t pcilib_register_bank_addr_t; /**< Type holding the bank address number */