diff options
author | nicolas.zilio@hotmail.fr <> | 2015-09-15 11:45:37 +0200 |
---|---|---|
committer | nicolas.zilio@hotmail.fr <> | 2015-09-15 11:45:37 +0200 |
commit | 6c47064466d8484813741f347e41af1d4ac90f85 (patch) | |
tree | c5b2ff848825c8a4395ca17350c5e85569097c91 /pcilib/pci.h | |
parent | c71075ca84d896c650dd0b65c7664149ed51dcec (diff) | |
download | pcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.gz pcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.bz2 pcitool-6c47064466d8484813741f347e41af1d4ac90f85.tar.xz pcitool-6c47064466d8484813741f347e41af1d4ac90f85.zip |
cleaning
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index d5f1811..8805fc2 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -65,8 +65,6 @@ struct pcilib_s { size_t num_banks, num_protocols, num_ranges; /**< Number of registered banks, protocols, and register ranges */ size_t num_engines; /**< Number of configured DMA engines */ size_t dyn_banks; /**< Number of configured dynamic banks */ - size_t num_enum_views,alloc_enum_views; /**< Number of configured and allocated views of type enum*/ - size_t num_formula_views,alloc_formula_views; /**< Number of configured and allocated views of type formula*/ size_t num_views,alloc_views; /**< Number of configured and allocated views*/ size_t num_units,alloc_units; /**< Number of configured and allocated units*/ pcilib_register_description_t *registers; /**< List of currently defined registers (from all sources) */ @@ -87,10 +85,9 @@ struct pcilib_s { struct pcilib_locking_s locks; /**< Context of locking subsystem */ struct pcilib_xml_s xml; /**< XML context */ - pcilib_view_enum2_t* enum_views; /**< list of currently defined views of type enum*/ - pcilib_view_formula_t* formula_views; /**< list of currently defined views of type formula*/ pcilib_view_t* views; /**< list of currently defined views*/ pcilib_unit_t* units; /** list of currently defined units*/ + #ifdef PCILIB_FILE_IO int file_io_handle; #endif /* PCILIB_FILE_IO */ |