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 v4.2-rc2 12 lines 335 B view raw
1#ifndef _ASM_X86_MMCONFIG_H 2#define _ASM_X86_MMCONFIG_H 3 4#ifdef CONFIG_PCI_MMCONFIG 5extern void fam10h_check_enable_mmcfg(void); 6extern void check_enable_amd_mmconf_dmi(void); 7#else 8static inline void fam10h_check_enable_mmcfg(void) { } 9static inline void check_enable_amd_mmconf_dmi(void) { } 10#endif 11 12#endif /* _ASM_X86_MMCONFIG_H */