]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
Preparation to the new LinCAN 0.2.2 release
[lincan.git] / lincan / include / constants.h
index e466e2d428b7bc5bf1541bf2d7c799a610a76648..0dcac8cac7a9d8438c0e5e82e2d006c313b30258 100644 (file)
@@ -19,7 +19,7 @@
 /* Version of the driver */
 #define CAN_DRV_VER_MAJOR 0
 #define CAN_DRV_VER_MINOR 2
-#define CAN_DRV_VER_PATCH 1
+#define CAN_DRV_VER_PATCH 2
 #define CAN_DRV_VER ((CAN_DRV_VER_MAJOR<<16) | (CAN_DRV_VER_MINOR<<8) | CAN_DRV_VER_PATCH)
 
 /* Default driver major number, see /usr/src/linux/Documentation/devices.txt */
@@ -73,6 +73,7 @@
 #define CHIP_SEGMENTED   (1<<1)
 #define CHIP_IRQ_SETUP   (1<<2)
 #define CHIP_IRQ_PCI     (1<<3)
+#define CHIP_IRQ_VME     (1<<4)
 
 /* These flags can be used for the candevices_t structure flags data entry */
 #define CANDEV_PROGRAMMABLE_IRQ (1<<0)