/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/ioctl.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-05-13 23:10:33 UTC
  • Revision ID: csa@suren.me-20160513231033-deh0biipgpln877s
Allow mapping of arbitrary memory areas

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* mmap mode of the device */
19
19
#define PCIDRIVER_MMAP_PCI              0
20
20
#define PCIDRIVER_MMAP_KMEM             1
 
21
#define PCIDRIVER_MMAP_AREA             2
21
22
 
22
23
/* Direction of a DMA operation */
23
24
#define PCIDRIVER_DMA_BIDIRECTIONAL     0