Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.15 10 lines 207 B view raw
1#ifndef __GEF_PIC_H__ 2#define __GEF_PIC_H__ 3 4 5void gef_pic_cascade(unsigned int, struct irq_desc *); 6unsigned int gef_pic_get_irq(void); 7void gef_pic_init(struct device_node *); 8 9#endif /* __GEF_PIC_H__ */ 10