Fix section mismatch of memory hotplug related code.
[linux-2.6] / arch / powerpc / platforms / powermac / pic.h
CommitLineData
14cf11af
PM
1#ifndef __PPC_PLATFORMS_PMAC_PIC_H
2#define __PPC_PLATFORMS_PMAC_PIC_H
3
4#include <linux/irq.h>
5
6extern struct hw_interrupt_type pmac_pic;
7
35a84c2f
OH
8extern void pmac_pic_init(void);
9extern int pmac_get_irq(void);
14cf11af
PM
10
11#endif /* __PPC_PLATFORMS_PMAC_PIC_H */