Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / arch / ppc / kernel / open_pic.h
blob3e51ffba374f630e3e3772cabd48696738d9477b
1 #ifndef _PPC_KERNEL_OPEN_PIC_H
2 #define _PPC_KERNEL_OPEN_PIC_H
4 extern struct hw_interrupt_type open_pic;
6 void openpic_ipi_action(int cpl, void *dev_id, struct pt_regs *regs);
7 void openpic_enable_IPI(u_int ipi);
8 void do_openpic_setup_cpu(void);
10 extern int open_pic_irq_offset;
11 #endif /* _PPC_KERNEL_OPEN_PIC_H */