mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 08:26:29 +00:00 
			
		
		
		
	 6ab3d5624e
			
		
	
	
		6ab3d5624e
		
	
	
	
	
		
			
			Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
		
			
				
	
	
		
			21 lines
		
	
	
		
			472 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			472 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _PPC_KERNEL_PPC8xx_H
 | |
| #define _PPC_KERNEL_PPC8xx_H
 | |
| 
 | |
| #include <linux/irq.h>
 | |
| #include <linux/interrupt.h>
 | |
| 
 | |
| extern struct hw_interrupt_type ppc8xx_pic;
 | |
| 
 | |
| void m8xx_pic_init(void);
 | |
| void m8xx_do_IRQ(struct pt_regs *regs,
 | |
|                  int            cpu);
 | |
| int m8xx_get_irq(struct pt_regs *regs);
 | |
| 
 | |
| #ifdef CONFIG_MBX
 | |
| #include <asm/i8259.h>
 | |
| #include <asm/io.h>
 | |
| void mbx_i8259_action(int cpl, void *dev_id, struct pt_regs *regs);
 | |
| #endif
 | |
| 
 | |
| #endif /* _PPC_KERNEL_PPC8xx_H */
 |