diff options
author | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-10 12:52:27 +0200 |
---|---|---|
committer | zilio nicolas <nicolas.zilio@kit.edu> | 2015-09-10 12:52:27 +0200 |
commit | fd215e3fd7d29c2c8605d8571091dae1c4f133bc (patch) | |
tree | 0f725ce36150ae2408b07a7a7b158d807b0facce /pcilib | |
parent | 4763e65fcf6288e94adc76a44c762a904f698e72 (diff) | |
download | pcitool-fd215e3fd7d29c2c8605d8571091dae1c4f133bc.tar.gz pcitool-fd215e3fd7d29c2c8605d8571091dae1c4f133bc.tar.bz2 pcitool-fd215e3fd7d29c2c8605d8571091dae1c4f133bc.tar.xz pcitool-fd215e3fd7d29c2c8605d8571091dae1c4f133bc.zip |
towards better views i hope
Diffstat (limited to 'pcilib')
-rw-r--r-- | pcilib/register.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcilib/register.h b/pcilib/register.h index e7cbae9..9126e9f 100644 --- a/pcilib/register.h +++ b/pcilib/register.h @@ -47,6 +47,8 @@ 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_context_t; |