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

Configure Feed

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

at v2.6.31 8 lines 177 B view raw
1#ifndef _PPC_KERNEL_CPM2_H 2#define _PPC_KERNEL_CPM2_H 3 4extern unsigned int cpm2_get_irq(void); 5 6extern void cpm2_pic_init(struct device_node*); 7 8#endif /* _PPC_KERNEL_CPM2_H */