summaryrefslogtreecommitdiffstats
path: root/pcilib/register.h
diff options
context:
space:
mode:
authornicolas.zilio@hotmail.fr <>2015-09-15 11:45:37 +0200
committernicolas.zilio@hotmail.fr <>2015-09-15 11:45:37 +0200
commit6c47064466d8484813741f347e41af1d4ac90f85 (patch)
treec5b2ff848825c8a4395ca17350c5e85569097c91 /pcilib/register.h
parentc71075ca84d896c650dd0b65c7664149ed51dcec (diff)
downloadpcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.gz
pcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.bz2
pcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.xz
pcitool-6c47064466d8484813741f347e41af1d4ac90f85.zip
cleaning
Diffstat (limited to 'pcilib/register.h')
-rw-r--r--pcilib/register.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/pcilib/register.h b/pcilib/register.h
index 2f6334c..13d4c9b 100644
--- a/pcilib/register.h
+++ b/pcilib/register.h
@@ -45,11 +45,9 @@ typedef struct {
typedef struct {
- 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_formula_t *formulas; /**< list of views of type formula linked to this register*/
- pcilib_view_enum_t *enums; /**< list of views of type enum linked to this register*/
+ 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_t *views; /** list of views linked to this register*/
} pcilib_register_context_t;