patch-2.4.20 linux-2.4.20/include/asm-ppc/ppc4xx_pic.h

Next file: linux-2.4.20/include/asm-ppc/ppc_asm.h
Previous file: linux-2.4.20/include/asm-ppc/ppc4xx.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc/ppc4xx_pic.h linux-2.4.20/include/asm-ppc/ppc4xx_pic.h
@@ -0,0 +1,29 @@
+/*
+ * BK Id: SCCS/s.ppc4xx_pic.h 1.8 06/15/01 13:56:56 paulus
+ */
+/*
+ *
+ *    Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
+ *
+ *    Module name: ppc4xx_pic.h
+ *
+ *    Description:
+ *      Interrupt controller driver for PowerPC 4xx-based processors.
+ */
+
+#ifndef	__PPC4XX_PIC_H__
+#define	__PPC4XX_PIC_H__
+
+#include <linux/config.h>
+
+/* External Global Variables */
+
+extern struct hw_interrupt_type *ppc4xx_pic;
+
+
+/* Function Prototypes */
+
+extern void	 ppc4xx_pic_init(void);
+extern int	 ppc4xx_pic_get_irq(struct pt_regs *regs);
+
+#endif /* __PPC4XX_PIC_H__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)