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.9-rc4 9 lines 174 B view raw
1#ifndef _C6X_MEGAMOD_PIC_H 2#define _C6X_MEGAMOD_PIC_H 3 4#ifdef __KERNEL__ 5 6extern void __init megamod_pic_init(void); 7 8#endif /* __KERNEL__ */ 9#endif /* _C6X_MEGAMOD_PIC_H */