#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/i8259.h>
#include <asm/prom.h>
Go to the source code of this file.
#define cached_21 (cached_8259[1]) |
#define cached_A1 (cached_8259[0]) |
i8259_init - Initialize the legacy controller : device node of the legacy PIC (can be NULL, but then, it will match all interrupts, so beware) : PCI interrupt acknowledge (real) address which will return the active irq from the 8259
Definition at line 226 of file i8259.c.