2005-09-25 23:04:21 -07: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 05:08:26 -07:00
|
|
|
extern void pmac_pic_init(void);
|
|
|
|
extern int pmac_get_irq(void);
|
2005-09-25 23:04:21 -07:00
|
|
|
|
|
|
|
#endif /* __PPC_PLATFORMS_PMAC_PIC_H */
|