blob: 04a3fed22cfe05c9d2615a98c22da67ff1e2a5ce [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_MMCONFIG_H
2#define _ASM_X86_MMCONFIG_H
Thomas Gleixnerd1097632008-05-02 23:42:01 +02003
4#ifdef CONFIG_PCI_MMCONFIG
Paul Gortmaker148f9bb2013-06-18 18:23:59 -04005extern void fam10h_check_enable_mmcfg(void);
6extern void check_enable_amd_mmconf_dmi(void);
Thomas Gleixnerd1097632008-05-02 23:42:01 +02007#else
8static inline void fam10h_check_enable_mmcfg(void) { }
9static inline void check_enable_amd_mmconf_dmi(void) { }
10#endif
11
H. Peter Anvin1965aae2008-10-22 22:26:29 -070012#endif /* _ASM_X86_MMCONFIG_H */