X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/3c5bd05707c62c6a2486b3327e496da80c6031f5..258e4a224adc90317b3d11622a3076ba6d61b0d2:/lincan/include/constants.h diff --git a/lincan/include/constants.h b/lincan/include/constants.h index d5c66d9..aef197d 100644 --- a/lincan/include/constants.h +++ b/lincan/include/constants.h @@ -79,6 +79,10 @@ #define CHIP_IRQ_PCI (1<<3) #define CHIP_IRQ_VME (1<<4) +/* System independent defines of IRQ handled state */ +#define CANCHIP_IRQ_NONE 0 +#define CANCHIP_IRQ_HANDLED 1 + /* These flags can be used for the candevices_t structure flags data entry */ #define CANDEV_PROGRAMMABLE_IRQ (1<<0) #define CANDEV_IO_RESERVED (1<<1)