diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-14 01:44:10 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-14 01:44:10 +0200 |
commit | b492b1aac3d12683ccbc973b08b023ba0466cbec (patch) | |
tree | 09f6d3d0cc3725b62a5c9210220e14316b737622 /ipecamera/image.h | |
parent | 9f17f71885344d93b16fdc17458aa28ba350a480 (diff) | |
download | pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.gz pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.bz2 pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.tar.xz pcitool-b492b1aac3d12683ccbc973b08b023ba0466cbec.zip |
Support modifications of DMA engine and allow DMA customizations by Event engine
Diffstat (limited to 'ipecamera/image.h')
-rw-r--r-- | ipecamera/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipecamera/image.h b/ipecamera/image.h index 6863d09..4bac673 100644 --- a/ipecamera/image.h +++ b/ipecamera/image.h @@ -18,6 +18,7 @@ pcilib_event_id_t ipecamera_next_event(pcilib_context_t *ctx, pcilib_event_t eve void* ipecamera_get(pcilib_context_t *ctx, pcilib_event_id_t event_id, pcilib_event_data_type_t data_type, size_t arg_size, void *arg, size_t *size); int ipecamera_return(pcilib_context_t *ctx, pcilib_event_id_t event_id); +pcilib_dma_context_t *ipecamera_init_dma(pcilib_context_t *ctx); #endif /* _IPECAMERA_IMAGE_H */ |