aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h b/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
index 255ebd65c6..067ff98367 100644
--- a/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
+++ b/src/soc/amd/common/block/include/amdblocks/amd_pci_mmconf.h
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMDBLOCKS_PCI_MMCONF_H__
-#define __AMDBLOCKS_PCI_MMCONF_H__
+#ifndef __AMD_BLOCK_PCI_MMCONF_H__
+#define __AMD_BLOCK_PCI_MMCONF_H__
void enable_pci_mmconf(void);
-#endif
+#endif /* __AMD_BLOCK_PCI_MMCONF_H__ */