summaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/open_pic.h
blob: 3e51ffba374f630e3e3772cabd48696738d9477b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PPC_KERNEL_OPEN_PIC_H
#define _PPC_KERNEL_OPEN_PIC_H

extern struct hw_interrupt_type open_pic;

void openpic_ipi_action(int cpl, void *dev_id, struct pt_regs *regs);
void openpic_enable_IPI(u_int ipi);
void do_openpic_setup_cpu(void);

extern int open_pic_irq_offset;
#endif /* _PPC_KERNEL_OPEN_PIC_H */