]> Git Repo - linux.git/blob - arch/arm/mach-integrator/pci_v3.h
mm/slub.c: add a naive detection of double free or corruption
[linux.git] / arch / arm / mach-integrator / pci_v3.h
1 /* Simple oneliner include to the PCIv3 early init */
2 #ifdef CONFIG_PCI
3 extern int pci_v3_early_init(void);
4 #else
5 static inline int pci_v3_early_init(void)
6 {
7         return 0;
8 }
9 #endif
This page took 0.032324 seconds and 4 git commands to generate.