Subversion Repositories HelenOS

Rev

Rev 2927 | Rev 4343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 3674
Line 143... Line 143...
143
    irq->devno = -1;
143
    irq->devno = -1;
144
    irq->trigger = (irq_trigger_t) 0;
144
    irq->trigger = (irq_trigger_t) 0;
145
    irq->claim = NULL;
145
    irq->claim = NULL;
146
    irq->handler = NULL;
146
    irq->handler = NULL;
147
    irq->arg = NULL;
147
    irq->arg = NULL;
-
 
148
    irq->cir = NULL;
-
 
149
    irq->cir_arg = NULL;
148
    irq->notif_cfg.notify = false;
150
    irq->notif_cfg.notify = false;
149
    irq->notif_cfg.answerbox = NULL;
151
    irq->notif_cfg.answerbox = NULL;
150
    irq->notif_cfg.code = NULL;
152
    irq->notif_cfg.code = NULL;
151
    irq->notif_cfg.method = 0;
153
    irq->notif_cfg.method = 0;
152
    irq->notif_cfg.counter = 0;
154
    irq->notif_cfg.counter = 0;