2005-09-26 10:04:21 +04:00
|
|
|
#ifndef __PPC_PLATFORMS_PMAC_PIC_H
|
|
|
|
#define __PPC_PLATFORMS_PMAC_PIC_H
|
|
|
|
|
|
|
|
#include <linux/irq.h>
|
|
|
|
|
|
|
|
extern struct hw_interrupt_type pmac_pic;
|
|
|
|
|
2006-10-07 16:08:26 +04:00
|
|
|
extern void pmac_pic_init(void);
|
|
|
|
extern int pmac_get_irq(void);
|
2005-09-26 10:04:21 +04:00
|
|
|
|
|
|
|
#endif /* __PPC_PLATFORMS_PMAC_PIC_H */
|