#include <isa/8259.h>#include <sys/io.h>#include <lib/kprintf.h>Include dependency graph for 8259.c:

Go to the source code of this file.
Functions | |
| int | i8259_init () |
| initialize the 8259 PIC | |
| void | irqDisable (u_int16_t irqNo) |
| disable specified IRQ | |
| void | irqEnable (u_int16_t irqNo) |
| enable specified IRQ | |
Variables | |
| static unsigned int | irqMask = 0xFFFF |
| int i8259_init | ( | ) |
| void irqDisable | ( | u_int16_t | irqNo | ) |
| void irqEnable | ( | u_int16_t | irqNo | ) |
unsigned int irqMask = 0xFFFF [static] |
1.4.7