summaryrefslogtreecommitdiffstats
path: root/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'dma.h')
-rw-r--r--dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dma.h b/dma.h
index 375763f..30b9a18 100644
--- a/dma.h
+++ b/dma.h
@@ -21,6 +21,8 @@ typedef struct {
} pcilib_dma_buffer_status_t;
struct pcilib_dma_api_description_s {
+ const char *title;
+
pcilib_dma_context_t *(*init)(pcilib_t *ctx, pcilib_dma_modification_t type, void *arg);
void (*free)(pcilib_dma_context_t *ctx);