x86: move mmconfig declarations to header
[deliverable/linux.git] / include / asm-x86 / mmconfig.h
CommitLineData
d1097635
TG
1#ifndef _ASM_MMCONFIG_H
2#define _ASM_MMCONFIG_H
3
4#ifdef CONFIG_PCI_MMCONFIG
5extern void __cpuinit fam10h_check_enable_mmcfg(void);
6extern void __init 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
This page took 0.034529 seconds and 5 git commands to generate.