You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/powerpc/sysdev/mpc8xx_pic.h

12 lines
254 B

#ifndef _PPC_KERNEL_MPC8xx_H
#define _PPC_KERNEL_MPC8xx_H
#include <linux/irq.h>
#include <linux/interrupt.h>
extern struct hw_interrupt_type mpc8xx_pic;
int mpc8xx_pic_init(void);
unsigned int mpc8xx_get_irq(void);
#endif /* _PPC_KERNEL_PPC8xx_H */