/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/pci.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:
6
6
#define PCILIB_TRIGGER_TIMEOUT 100000           /**< us */
7
7
#define PCILIB_DMA_TIMEOUT 10000                /**< us */
8
8
#define PCILIB_DMA_SKIP_TIMEOUT 1000000         /**< us */
9
 
#define PCILIB_REGISTER_TIMEOUT 10000           /**< us */
10
9
#define PCILIB_MAX_BARS 6                       /**< this is defined by PCI specification */
11
10
#define PCILIB_DEFAULT_REGISTER_SPACE 1024      /**< number of registers to allocate on init */
12
11
#define PCILIB_MAX_REGISTER_BANKS 32            /**< maximum number of register banks to allocate space for */
24
23
#include "dma.h"
25
24
#include "event.h"
26
25
#include "model.h"
27
 
#include "config.h"
 
26
#include "export.h"
28
27
 
29
28
struct pcilib_s {
30
29
    int handle;                                                                         /**< file handle of device */