From f13867f64fcba24ef2cb9d726b5ee1082ac1a8b9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 9 Oct 2015 04:42:53 +0200 Subject: Implement enum view --- pcilib/pci.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pcilib/pci.h') 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 */ -- cgit v1.2.3