diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-10-18 03:47:47 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-10-18 03:47:47 +0200 |
commit | c8628b2a715a7cfaaccbd7e403cd1c6c76b918cd (patch) | |
tree | 53971a137e5d0e32ad7219f1d2fd01559c0a6ff3 /pcilib/pci.h | |
parent | 2e9457b666a303fab83aa17e33624f39de9a1dd7 (diff) | |
download | pcitool-c8628b2a715a7cfaaccbd7e403cd1c6c76b918cd.tar.gz pcitool-c8628b2a715a7cfaaccbd7e403cd1c6c76b918cd.tar.bz2 pcitool-c8628b2a715a7cfaaccbd7e403cd1c6c76b918cd.tar.xz pcitool-c8628b2a715a7cfaaccbd7e403cd1c6c76b918cd.zip |
Support properties of arbitrary type
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index caefe44..8f05ddf 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -40,16 +40,6 @@ typedef struct { } pcilib_pcie_link_info_t; -typedef struct { - const char *name; /**< Register name */ - pcilib_register_t reg; /**< Register index */ - pcilib_register_bank_t bank; /**< Reference to bank containing the register */ - pcilib_register_value_t min, max; /**< Minimum & maximum allowed values */ - pcilib_xml_node_t *xml; /**< Additional XML properties */ - pcilib_view_reference_t *views; /**< For non-static list of views, this vairables holds a copy of a NULL-terminated list from model (if present, memory should be de-allocated) */ - UT_hash_handle hh; -} pcilib_register_context_t; - struct pcilib_s { int handle; /**< file handle of device */ |