From 8f194817bf33fef401093868fbbbf25a0588d00d Mon Sep 17 00:00:00 2001 From: zilio nicolas Date: Mon, 15 Jun 2015 12:04:07 +0200 Subject: ready to run tests --- pcilib/bank.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pcilib') 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 */ -- cgit v1.2.3