Include dependency graph for pic.c:

Go to the source code of this file.
Functions | |
| void | pic_init (void) |
| void | pic_enable_interrupt (int intnum) |
| void | pic_disable_interrupt (int intnum) |
| void | pic_ack_interrupt (int intnum) |
| int | pic_get_pending (void) |
Variables | |
| static volatile __u32 * | pic |
Definition in file pic.c.
1.4.6