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

#include "local_irq.h"

extern struct hw_interrupt_type pmac_pic;

void pmac_pic_init(void);
int pmac_get_irq(struct pt_regs *regs);
void pmac_post_irq(int);

#endif /* _PPC_KERNEL_PMAC_PIC_H */