/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to pci.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-12 04:45:35 UTC
  • Revision ID: csa@dside.dyndns.org-20111212044535-6no1q7g230i8uvlv
multithread preprocessing of ipecamera frames and code reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCITOOL_PCI_H
2
2
#define _PCITOOL_PCI_H
3
3
 
 
4
#define PCILIB_DEFAULT_CPU_COUNT 2
4
5
#define PCILIB_EVENT_TIMEOUT 1000000            /**< us */
5
6
#define PCILIB_TRIGGER_TIMEOUT 100000           /**< us */
6
7
#define PCILIB_DMA_TIMEOUT 10000                /**< us */
67
68
};
68
69
#else
69
70
extern pcilib_model_description_t pcilib_model[];
70
 
 
71
 
extern void (*pcilib_error)(const char *msg, ...);
72
 
extern void (*pcilib_warning)(const char *msg, ...);
73
 
 
74
71
extern pcilib_protocol_description_t pcilib_protocol[];
75
72
#endif /* _PCILIB_PCI_C */
76
73