X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/6252114a802a8d828124bd82a9b2bf3af8959098..ce9505f94bf87d40caeed0b0452e39f95ed521b1:/lincan/src/setup.c diff --git a/lincan/src/setup.c b/lincan/src/setup.c index 9c4af76..167ec2b 100644 --- a/lincan/src/setup.c +++ b/lincan/src/setup.c @@ -568,6 +568,16 @@ int init_hwspecops(struct candevice_t *candev, int *irqnum_p) #ifndef CAN_WITH_RTL +/** + * can_default_irq_dispatch - the first level interrupt dispatch handler + * @irq: interrupt vector number, this value is system specific + * @dev_id: driver private pointer registered at time of request_irq() call. + * The CAN driver uses this pointer to store relationship of interrupt + * to chip state structure - @struct canchip_t + * @regs: system dependent value pointing to registers stored in exception frame + * + * File: src/setup.c + */ can_irqreturn_t can_default_irq_dispatch(int irq, void *dev_id, struct pt_regs *regs) { int retval;