diff options
Diffstat (limited to 'arch/ppc/kernel/ppc8xx_pic.h')
-rw-r--r-- | arch/ppc/kernel/ppc8xx_pic.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ppc/kernel/ppc8xx_pic.h b/arch/ppc/kernel/ppc8xx_pic.h new file mode 100644 index 000000000..d6b424fec --- /dev/null +++ b/arch/ppc/kernel/ppc8xx_pic.h @@ -0,0 +1,9 @@ + +#ifndef _PPC_KERNEL_PPC8xx_H +#define _PPC_KERNEL_PPC8xx_H + +#include "local_irq.h" + +extern struct hw_interrupt_type ppc8xx_pic; + +#endif /* _PPC_KERNEL_PPC8xx_H */ |