/* * BK Id: SCCS/s.ppc4xx_pic.h 1.11 11/04/01 21:07:38 paulus */ /* * * Copyright (c) 1999 Grant Erickson * * Module name: ppc4xx_pic.h * * Description: * Interrupt controller driver for PowerPC 4xx-based processors. */ #ifndef __PPC4XX_PIC_H__ #define __PPC4XX_PIC_H__ #include #include /* 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__ */