From 5387063faa68d774e2f586e6d8284520f3cde12f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 2 May 2015 14:45:42 +0200 Subject: Include version information in all API descriptions --- pcilib/pcilib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pcilib/pcilib.h') 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 */ -- cgit v1.2.3