https://github.com/torvalds/linux
Raw File
Tip revision: 012abeea669ea49636cf952d13298bb68654146a authored by Linus Torvalds on 16 October 2009, 00:41:50 UTC
Linux 2.6.32-rc5
Tip revision: 012abee
init_ohci1394_dma.h
#ifdef CONFIG_PROVIDE_OHCI1394_DMA_INIT
extern int __initdata init_ohci1394_dma_early;
extern void __init init_ohci1394_dma_on_all_controllers(void);
#endif
back to top