]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/mmconfig.h
Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahi...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / mmconfig.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_MMCONFIG_H
3#define _ASM_X86_MMCONFIG_H
d1097635
TG
4
5#ifdef CONFIG_PCI_MMCONFIG
148f9bb8
PG
6extern void fam10h_check_enable_mmcfg(void);
7extern void check_enable_amd_mmconf_dmi(void);
d1097635
TG
8#else
9static inline void fam10h_check_enable_mmcfg(void) { }
10static inline void check_enable_amd_mmconf_dmi(void) { }
11#endif
12
1965aae3 13#endif /* _ASM_X86_MMCONFIG_H */