diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-10-09 04:42:53 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-10-09 04:42:53 +0200 |
commit | f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9 (patch) | |
tree | d7186eb2a2c2d2e36c05cc702eb0ab0b3c877443 /pcilib/pci.h | |
parent | 3b8e32c9bbe0d909c34303da0ad36ef0ef5be852 (diff) | |
download | pcitool-f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9.tar.gz pcitool-f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9.tar.bz2 pcitool-f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9.tar.xz pcitool-f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9.zip |
Implement enum view
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index ff18e52..caefe44 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -39,17 +39,6 @@ typedef struct { uint8_t max_payload, payload; } pcilib_pcie_link_info_t; -struct pcilib_view_context_s { - const char *name; - pcilib_view_t view; - UT_hash_handle hh; -}; - -struct pcilib_unit_context_s { - const char *name; - pcilib_unit_t unit; - UT_hash_handle hh; -}; typedef struct { const char *name; /**< Register name */ |