xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_PCI_MMCONF_H
4 #define AMD_BLOCK_PCI_MMCONF_H
5 
6 void enable_pci_mmconf(void);
7 
8 #endif /* AMD_BLOCK_PCI_MMCONF_H */
9