Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2455 → Rev 2456

/branches/rcu/kernel/generic/include/ddi/irq.h
145,7 → 145,7
void *arg;
 
/** Notification configuration structure. */
ipc_notif_cfg_t notif_cfg;
ipc_notif_cfg_t* notif_cfg;
} irq_t;
 
extern void irq_init(count_t inrs, count_t chains);