Merge remote-tracking branch 'asoc/fix/core' into asoc-component
[deliverable/linux.git] / arch / x86 / include / asm / mmconfig.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_MMCONFIG_H
2#define _ASM_X86_MMCONFIG_H
d1097635
TG
3
4#ifdef CONFIG_PCI_MMCONFIG
148f9bb8
PG
5extern void fam10h_check_enable_mmcfg(void);
6extern void check_enable_amd_mmconf_dmi(void);
d1097635
TG
7#else
8static inline void fam10h_check_enable_mmcfg(void) { }
9static inline void check_enable_amd_mmconf_dmi(void) { }
10#endif
11
1965aae3 12#endif /* _ASM_X86_MMCONFIG_H */
This page took 0.420745 seconds and 5 git commands to generate.