diff options
Diffstat (limited to 'pcilib/pcilib.h')
-rw-r--r-- | pcilib/pcilib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcilib/pcilib.h b/pcilib/pcilib.h index f5853d3..6d241c6 100644 --- a/pcilib/pcilib.h +++ b/pcilib/pcilib.h @@ -9,6 +9,8 @@ typedef struct pcilib_s pcilib_t; typedef struct pcilib_event_context_s pcilib_context_t; +typedef uint32_t pcilib_version_t; + typedef uint8_t pcilib_bar_t; /**< Type holding the PCI Bar number */ typedef uint16_t pcilib_register_t; /**< Type holding the register position within the field listing registers in the model */ typedef uint32_t pcilib_register_addr_t; /**< Type holding the register address within address-space of BARs */ |