X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/ce9505f94bf87d40caeed0b0452e39f95ed521b1..fd883ff8b15778611731b6e7c9cdacb5470c3901:/lincan/include/constants.h diff --git a/lincan/include/constants.h b/lincan/include/constants.h index 327e5ef..dc2bb40 100644 --- a/lincan/include/constants.h +++ b/lincan/include/constants.h @@ -84,9 +84,10 @@ #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)