]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - include/asm-powerpc/i8259.h
[PATCH] powerpc: Fix iSeries bug in VMALLOCBASE/VMALLOC_START consolidation
[mirror_ubuntu-disco-kernel.git] / include / asm-powerpc / i8259.h
CommitLineData
3b341c1c
PM
1#ifndef _ASM_POWERPC_I8259_H
2#define _ASM_POWERPC_I8259_H
1da177e4
LT
3
4#include <linux/irq.h>
5
6extern struct hw_interrupt_type i8259_pic;
7
f9bd170a 8extern void i8259_init(unsigned long intack_addr, int offset);
1da177e4 9extern int i8259_irq(struct pt_regs *regs);
f9bd170a 10extern int i8259_irq_cascade(struct pt_regs *regs, void *unused);
1da177e4 11
3b341c1c 12#endif /* _ASM_POWERPC_I8259_H */