summaryrefslogtreecommitdiffstats
path: root/driver/config.h
blob: c217afdd927ac3ba1832840e28ec3de57bc62c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*******************************/
/* Configuration of the driver */
/*******************************/

/* Debug messages */
//#define DEBUG

/* Enable/disable IRQ handling */
#define ENABLE_IRQ

/* The name of the module */
#define MODNAME "pciDriver"

/* Major number is allocated dynamically */
/* Minor number */
#define MINORNR 0

/* Node name of the char device */
#define NODENAME "fpga"
#define NODENAMEFMT "fpga%d"

/* Maximum number of devices*/
#define MAXDEVICES 4