aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/amd_pci_util.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/amd_pci_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h b/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h
index 764078ff54..a37c1fdb23 100644
--- a/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h
+++ b/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMD_PCI_UTIL_H__
-#define __AMD_PCI_UTIL_H__
+#ifndef __AMD_BLOCK_PCI_UTIL_H__
+#define __AMD_BLOCK_PCI_UTIL_H__
#include <stdint.h>
#include <soc/amd_pci_int_defs.h>
@@ -31,4 +31,4 @@ void write_pci_cfg_irqs(void);
void write_pci_int_table(void);
const struct irq_idx_name *sb_get_apic_reg_association(size_t *size);
-#endif /* __AMD_PCI_UTIL_H__ */
+#endif /* __AMD_BLOCK_PCI_UTIL_H__ */