[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLY
[linux-2.6.22.y-op.git] / arch / ppc / syslib / ppc8xx_pic.h
blobd7d9f651a91b8c7c2a3b69dec187b7fa82f178ed
1 #ifndef _PPC_KERNEL_PPC8xx_H
2 #define _PPC_KERNEL_PPC8xx_H
4 #include <linux/irq.h>
5 #include <linux/interrupt.h>
7 extern struct hw_interrupt_type ppc8xx_pic;
9 void m8xx_pic_init(void);
10 void m8xx_do_IRQ(struct pt_regs *regs,
11 int cpu);
12 int m8xx_get_irq(struct pt_regs *regs);
14 #ifdef CONFIG_MBX
15 #include <asm/i8259.h>
16 #include <asm/io.h>
17 void mbx_i8259_action(int cpl, void *dev_id, struct pt_regs *regs);
18 #endif
20 #endif /* _PPC_KERNEL_PPC8xx_H */