X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cfabb1cb554e19976ed4ecd60c3d7eb9de24a43f..043f872725a79617ec651d16d940c647ea184afc:/lincan/src/devcommon.c diff --git a/lincan/src/devcommon.c b/lincan/src/devcommon.c index e17a061..16d21db 100644 --- a/lincan/src/devcommon.c +++ b/lincan/src/devcommon.c @@ -62,6 +62,15 @@ void canqueue_notify_chip(struct canque_ends_t *qends, struct canque_edge_t *qed canque_edge_decref(qedge); break; case CANQUEUE_NOTIFY_ATTACH: + break; + case CANQUEUE_NOTIFY_FILTCH: + if(!chip->chipspecops->filtch_rq) + break; + #ifndef CAN_WITH_RTL + chip->chipspecops->filtch_rq(chip, obj); + #else /*CAN_WITH_RTL*/ + #endif /*CAN_WITH_RTL*/ + break; } }