diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-04 14:03:48 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-04 14:03:48 +0200 |
commit | a13f2fe66f4599e2828e6cf752d1a34dc37c0791 (patch) | |
tree | 8d1b39779506658928f55543b2512708784ffe5e /pcilib/xml.h | |
parent | 5459bc4a693e7d149e02c13c086d628aad7e0555 (diff) | |
download | pcitool-a13f2fe66f4599e2828e6cf752d1a34dc37c0791.tar.gz pcitool-a13f2fe66f4599e2828e6cf752d1a34dc37c0791.tar.bz2 pcitool-a13f2fe66f4599e2828e6cf752d1a34dc37c0791.tar.xz pcitool-a13f2fe66f4599e2828e6cf752d1a34dc37c0791.zip |
added cleanup
Diffstat (limited to 'pcilib/xml.h')
-rw-r--r-- | pcilib/xml.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pcilib/xml.h b/pcilib/xml.h index 1ef8ee5..ef08d10 100644 --- a/pcilib/xml.h +++ b/pcilib/xml.h @@ -12,10 +12,17 @@ #ifndef _XML_ #define _XML_ +/*#include <libxml/tree.h> +#include <libxml/parser.h> +#include <libxml/xpath.h> +#include <libxml/xpathInternals.h> +*/ #include "pcilib.h" #define REGISTERS_PATH ((xmlChar*)"/model/banks/bank/registers/register") /**<all standard registers nodes.*/ + #define BITS_REGISTERS_PATH ((xmlChar*)"/model/banks/bank/registers/register/registers_bits/register_bits") /**<all bits registers nodes.*/ + #define BANKS_PATH ((xmlChar*)"/model/banks/bank/bank_description") /**< path to complete nodes of banks.*/ /** |