aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ge/ge_pic.h
blob: 6149916da3f48c50c0e42c73e5dd7a1099fd0568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __GEF_PIC_H__
#define __GEF_PIC_H__

#include <linux/init.h>

void gef_pic_cascade(unsigned int, struct irq_desc *);
unsigned int gef_pic_get_irq(void);
void gef_pic_init(struct device_node *);

#endif /* __GEF_PIC_H__ */