ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbDmaPci.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <ngc/core/ngcbDrv.h>

Macros

#define _GNU_SOURCE
 
#define _REENTRANT
 

Variables

ngcb_dma_api ngcbDmaPci
 

Detailed Description

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

◆ _REENTRANT

#define _REENTRANT

Variable Documentation

◆ ngcbDmaPci

ngcb_dma_api ngcbDmaPci
Initial value:
= {
.Open = _open,
.Close = _close,
.Alloc = _alloc,
.Free = _free,
.Clr = _clr,
.Init = _init,
.Stop = _stop,
.GetCnt = _getCnt,
.Wait = _wait,
.Stat = _stat,
.Overflow = _overflow,
.IppCfg = _ippCfg,
.DevRd = _devRd,
.DevWr = _devWr,
.param = (ngcb_dma_p_t *)NULL,
.deviceOpen = 0
}
Definition ngcbDrv.h:72

DMA PCI API