 44b24b74ab
			
		
	
	
	44b24b74ab
	
	
	
		
			
			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>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			231 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			231 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #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__ */
 | |
| 
 |