xref: /openbmc/linux/arch/powerpc/sysdev/ge/ge_pic.h (revision bd0b9ac4)
1 #ifndef __GEF_PIC_H__
2 #define __GEF_PIC_H__
3 
4 unsigned int gef_pic_get_irq(void);
5 void gef_pic_init(struct device_node *);
6 
7 #endif /* __GEF_PIC_H__ */
8 
9