diff options
Diffstat (limited to 'pcilib/bank.h')
-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 a0ba9fe..8074197 100644 --- a/pcilib/bank.h +++ b/pcilib/bank.h @@ -84,6 +84,7 @@ typedef struct { struct pcilib_register_bank_context_s { const pcilib_register_bank_description_t *bank; /**< Corresponding bank description */ const pcilib_register_protocol_api_description_t *api; /**< API functions */ + /*use it or not?*/ /*xmlNodeSetPtr banks_nodes;*/ }; #ifdef __cplusplus |