/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 pcilib/dma.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-26 23:54:44 UTC
  • Revision ID: csa@suren.me-20150426235444-l9kvuvvfb2ovg8h1
Further adjustments to get ready for independent event plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCILIB_DMA_H
2
2
#define _PCILIB_DMA_H
3
3
 
 
4
#include <pcilib.h>
 
5
#include <pcilib/bank.h>
 
6
#include <pcilib/register.h>
 
7
 
4
8
#define PCILIB_DMA_BUFFER_INVALID ((size_t)-1)
5
9
 
6
10
typedef struct {