diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-06-15 12:04:07 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-06-15 12:04:07 +0200 |
commit | 8f194817bf33fef401093868fbbbf25a0588d00d (patch) | |
tree | f6b02bc65b4da82eca9de6b984620fe3ff8642fe | |
parent | 51ec836689e0d9e2d27f2fa4579ff1088513dacf (diff) | |
download | pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.gz pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.bz2 pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.tar.xz pcitool-8f194817bf33fef401093868fbbbf25a0588d00d.zip |
ready to run tests
-rw-r--r-- | pcilib/bank.h | 1 |
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 */ |