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 v2.6.23-rc9 11 lines 228 B view raw
1#ifndef __MV64X60_H__ 2#define __MV64X60_H__ 3 4#include <linux/init.h> 5 6extern void __init mv64x60_init_irq(void); 7extern unsigned int mv64x60_get_irq(void); 8 9extern void __init mv64x60_pci_init(void); 10 11#endif /* __MV64X60_H__ */