patch-2.3.20 linux/arch/ppc/kernel/ppc8xx_pic.h
Next file: linux/arch/ppc/kernel/ppc_htab.c
Previous file: linux/arch/ppc/kernel/ppc8xx_pic.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Oct 7 10:17:08 1999
- Orig file:
v2.3.19/linux/arch/ppc/kernel/ppc8xx_pic.h
- Orig date:
Thu Apr 29 12:39:01 1999
diff -u --recursive --new-file v2.3.19/linux/arch/ppc/kernel/ppc8xx_pic.h linux/arch/ppc/kernel/ppc8xx_pic.h
@@ -6,4 +6,16 @@
extern struct hw_interrupt_type ppc8xx_pic;
+void m8xx_pic_init(void);
+void m8xx_do_IRQ(struct pt_regs *regs,
+ int cpu,
+ int isfake);
+int m8xx_get_irq(struct pt_regs *regs);
+
+#ifdef CONFIG_MBX
+#include "i8259.h"
+#include <asm/io.h>
+void mbx_i8259_action(int cpl, void *dev_id, struct pt_regs *regs);
+#endif
+
#endif /* _PPC_KERNEL_PPC8xx_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)