/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 driver/config.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-27 00:28:57 UTC
  • Revision ID: csa@suren.me-20150427002857-82fk6r3e8rfgy4wr
First stand-alone ipecamera implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*******************************/
2
 
/* Configuration of the driver */
3
 
/*******************************/
4
 
 
5
 
/* Debug messages */
6
 
//#define DEBUG
7
 
 
8
 
/* Enable/disable IRQ handling */
9
 
#define ENABLE_IRQ
10
 
 
11
 
/* The name of the module */
12
 
#define MODNAME "pciDriver"
13
 
 
14
 
/* Major number is allocated dynamically */
15
 
/* Minor number */
16
 
#define MINORNR 0
17
 
 
18
 
/* Node name of the char device */
19
 
#define NODENAME "fpga"
20
 
#define NODENAMEFMT "fpga%d"
21
 
 
22
 
/* Maximum number of devices*/
23
 
#define MAXDEVICES 4