]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/constants.h
Added skeleton of IRQ support on VME bus
[lincan.git] / lincan / include / constants.h
index e466e2d428b7bc5bf1541bf2d7c799a610a76648..4e18c7b63b9d0df4514a2e52cf17d193ba943d34 100644 (file)
@@ -73,6 +73,7 @@
 #define CHIP_SEGMENTED   (1<<1)
 #define CHIP_IRQ_SETUP   (1<<2)
 #define CHIP_IRQ_PCI     (1<<3)
 #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)
 
 /* These flags can be used for the candevices_t structure flags data entry */
 #define CANDEV_PROGRAMMABLE_IRQ (1<<0)