Miscellaneous code cleanup.
This commit is contained in:
@@ -32,7 +32,7 @@ typedef struct irq_hook {
|
||||
int (*handler)(struct irq_hook *); /* interrupt handler */
|
||||
int irq; /* IRQ vector number */
|
||||
int id; /* id of this hook */
|
||||
int proc_nr_e; /* (endpoint) NONE if not in use */
|
||||
endpoint_t proc_nr_e; /* (endpoint) NONE if not in use */
|
||||
irq_id_t notify_id; /* id to return on interrupt */
|
||||
irq_policy_t policy; /* bit mask for policy */
|
||||
} irq_hook_t;
|
||||
|
||||
Reference in New Issue
Block a user