blob: ace8590bb3f469ff32e630da67ac98f05bf4d087 (
plain)
1
2
3
4
5
6
7
8
|
#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);
#endif /* _PPC_KERNEL_OPEN_PIC_H */
|