diff options
Diffstat (limited to 'driver/ioctl.h')
-rw-r--r-- | driver/ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/ioctl.h b/driver/ioctl.h index a102092..7d393a5 100644 --- a/driver/ioctl.h +++ b/driver/ioctl.h @@ -18,6 +18,7 @@ /* mmap mode of the device */ #define PCIDRIVER_MMAP_PCI 0 #define PCIDRIVER_MMAP_KMEM 1 +#define PCIDRIVER_MMAP_AREA 2 /* Direction of a DMA operation */ #define PCIDRIVER_DMA_BIDIRECTIONAL 0 |