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