summaryrefslogtreecommitdiffstats
path: root/pcilib/bank.h
diff options
context:
space:
mode:
authorzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 11:09:21 +0200
committerzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 11:09:21 +0200
commitd3678e0fcb489eba625347d1209bd8a179153ae0 (patch)
treeec3b968b1290ef2184c1eceb6ed6d9e1dbefc23d /pcilib/bank.h
parent1e5f0b6d5e02c0dc11bedefa92fc3c5bb406845a (diff)
downloadpcitool-d3678e0fcb489eba625347d1209bd8a179153ae0.tar.gz
pcitool-d3678e0fcb489eba625347d1209bd8a179153ae0.tar.bz2
pcitool-d3678e0fcb489eba625347d1209bd8a179153ae0.tar.xz
pcitool-d3678e0fcb489eba625347d1209bd8a179153ae0.zip
put xml nodes pointers for banks and registers in pcilib_t, compil ok
Diffstat (limited to 'pcilib/bank.h')
-rw-r--r--pcilib/bank.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcilib/bank.h b/pcilib/bank.h
index e2174e9..8074197 100644
--- a/pcilib/bank.h
+++ b/pcilib/bank.h
@@ -62,7 +62,6 @@ typedef struct {
const char *format; /**< printf format for the registers, either %lu for decimal output or 0x%lx for hexdecimal */
const char *name; /**< short bank name */
const char *description; /**< longer bank description */
- /* use it or not?*/ /*xmlNodePtr xmlNode;*/ /**<pointer to xmlNode of the bank in the file*/
} pcilib_register_bank_description_t;
/**