diff options
author | nicolas.zilio@hotmail.fr <> | 2015-09-15 09:34:52 +0200 |
---|---|---|
committer | nicolas.zilio@hotmail.fr <> | 2015-09-15 09:34:52 +0200 |
commit | 6a8b4a516689daa34951ccca841c2a4f57412b0e (patch) | |
tree | 01a4131c8df90a2c726d134a488ec7818712fa0b /pcilib/register.h | |
parent | aaadfff471f02444b2936d824b055e2354b6c725 (diff) | |
download | pcitool-6a8b4a516689daa34951ccca841c2a4f57412b0e.tar.gz pcitool-6a8b4a516689daa34951ccca841c2a4f57412b0e.tar.bz2 pcitool-6a8b4a516689daa34951ccca841c2a4f57412b0e.tar.xz pcitool-6a8b4a516689daa34951ccca841c2a4f57412b0e.zip |
first compil ok with addition of generic views
Diffstat (limited to 'pcilib/register.h')
-rw-r--r-- | pcilib/register.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/register.h b/pcilib/register.h index 5669237..2f6334c 100644 --- a/pcilib/register.h +++ b/pcilib/register.h @@ -50,6 +50,7 @@ typedef struct { 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_view_t *views; /** list of views linked to this register*/ } pcilib_register_context_t; |