summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
blob: a93ce81d16aa460e9304b57462c9ca87ecfe6348 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMDBLOCKS_PCI_MMCONF_H__
#define __AMDBLOCKS_PCI_MMCONF_H__

void enable_pci_mmconf(void);

#endif