]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
Changes, which should enable to handle more VME Unican cards under RT-Linux.
[lincan.git] / lincan / include / constants.h
index 327e5ef48427e21e17acfbf084fa8768646d6284..dc2bb40b15d8f838ab0ab814c19fd2c03e3d07bf 100644 (file)
 #define CHIP_MAX_IRQLOOP 1000
 
 /* System independent defines of IRQ handled state */
-#define CANCHIP_IRQ_NONE    0
-#define CANCHIP_IRQ_HANDLED 1
-#define CANCHIP_IRQ_STUCK   2
+#define CANCHIP_IRQ_NONE     0
+#define CANCHIP_IRQ_HANDLED  1
+#define CANCHIP_IRQ_ACCEPTED 2
+#define CANCHIP_IRQ_STUCK    3
 
 /* These flags can be used for the candevices_t structure flags data entry */
 #define CANDEV_PROGRAMMABLE_IRQ (1<<0)