Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4179477f637caa730626bd597fdf28c5bad73565
/
.
/
arch
/
powerpc
/
sysdev
/
mpc8xx_pic.h
blob: afa2ee6717c149309b8aa7ad53226f64048a0605 [
file
] [
log
] [
blame
]
#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 */