Subversion Repositories HelenOS

Rev

Rev 2307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2307 Rev 2456
Line 143... Line 143...
143
    irq_handler_t handler;
143
    irq_handler_t handler;
144
    /** Argument for the handler. */
144
    /** Argument for the handler. */
145
    void *arg;
145
    void *arg;
146
 
146
 
147
    /** Notification configuration structure. */
147
    /** Notification configuration structure. */
148
    ipc_notif_cfg_t notif_cfg;
148
    ipc_notif_cfg_t* notif_cfg;
149
} irq_t;
149
} irq_t;
150
 
150
 
151
extern void irq_init(count_t inrs, count_t chains);
151
extern void irq_init(count_t inrs, count_t chains);
152
extern void irq_initialize(irq_t *irq);
152
extern void irq_initialize(irq_t *irq);
153
extern void irq_register(irq_t *irq);
153
extern void irq_register(irq_t *irq);