|
nckernel
0.1
|

Data Fields | |
| int | cnt |
| struct list_head | head |
| int | idx |
| struct list_head | list |
| int | max_priority |
| int cnt |
Definition at line 36 of file isr.c.
Referenced by register_irq(), and unregister_irq().
| struct list_head head |
Definition at line 34 of file isr.c.
Referenced by register_irq(), and unregister_irq().
| int idx |
Definition at line 35 of file isr.c.
Referenced by do_irq(), register_irq(), and unregister_irq().
Definition at line 38 of file isr.c.
Referenced by do_irq(), register_irq(), and unregister_irq().
| int max_priority |
Definition at line 37 of file isr.c.
Referenced by register_irq().
1.8.4