diff options
Diffstat (limited to 'dma/ipe.h')
-rw-r--r-- | dma/ipe.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,10 +5,10 @@ #include "pcilib.h" #include "version.h" -#define IPEDMA_PAGE_SIZE 4096 /**< page size */ -#define IPEDMA_DMA_PAGES 1024 /**< number of DMA pages in the ring buffer to allocate */ +#define IPEDMA_PAGE_SIZE 4096l /**< page size */ +#define IPEDMA_DMA_PAGES 1024l /**< number of DMA pages in the ring buffer to allocate */ -#define IPEDMA_DMA_TIMEOUT 100000 /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */ +#define IPEDMA_DMA_TIMEOUT 100000l /**< us, overrides PCILIB_DMA_TIMEOUT (actual hardware timeout is 50ms according to Lorenzo) */ pcilib_dma_context_t *dma_ipe_init(pcilib_t *ctx, const char *model, const void *arg); void dma_ipe_free(pcilib_dma_context_t *vctx); |