summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
blob: 255ebd65c618c68d426cdd9ba7943cfa5931378a (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMDBLOCKS_PCI_MMCONF_H__
#define __AMDBLOCKS_PCI_MMCONF_H__

void enable_pci_mmconf(void);

#endif