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/dma.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pcilib/dma.h') diff --git a/pcilib/dma.h b/pcilib/dma.h index c6e240e..85eb943 100644 --- a/pcilib/dma.h +++ b/pcilib/dma.h @@ -49,6 +49,8 @@ typedef struct { } pcilib_dma_context_t; typedef struct { + pcilib_version_t version; + pcilib_dma_context_t *(*init)(pcilib_t *ctx, const char *model, const void *arg); void (*free)(pcilib_dma_context_t *ctx); -- cgit v1.2.3