powerpc: Move GE PIC drivers
Move the GE PIC drivers to allow these to be used by non-86xx boards. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
11
arch/powerpc/sysdev/ge/ge_pic.h
Normal file
11
arch/powerpc/sysdev/ge/ge_pic.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __GEF_PIC_H__
|
||||
#define __GEF_PIC_H__
|
||||
|
||||
#include <linux/init.h>
|
||||
|
||||
void gef_pic_cascade(unsigned int, struct irq_desc *);
|
||||
unsigned int gef_pic_get_irq(void);
|
||||
void gef_pic_init(struct device_node *);
|
||||
|
||||
#endif /* __GEF_PIC_H__ */
|
||||
|
Reference in New Issue
Block a user