URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ppc/] [i8259.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _PPC_KERNEL_i8259_H #define _PPC_KERNEL_i8259_H #include <linux/irq.h> extern struct hw_interrupt_type i8259_pic; void i8259_init(unsigned long int_ack); int i8259_irq(struct pt_regs *regs); #endif /* _PPC_KERNEL_i8259_H */
Go to most recent revision | Compare with Previous | Blame | View Log