summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/pci_devs.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-13 23:58:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-16 08:12:22 +0000
commit4feef09c658210c1d28e4dedbbb95374b8b13527 (patch)
tree78ce0a8be356dd37e2e1234d4bd48b02af04fcaf /src/soc/amd/picasso/include/soc/pci_devs.h
parentaa003fecfdcc406f430a7e12a028db3b62e241b3 (diff)
downloadcoreboot-4feef09c658210c1d28e4dedbbb95374b8b13527.tar.gz
coreboot-4feef09c658210c1d28e4dedbbb95374b8b13527.tar.bz2
coreboot-4feef09c658210c1d28e4dedbbb95374b8b13527.zip
soc/amd/picasso/include: unify include guards
Change-Id: I980cdd03d4283cd4bd9db8bd90fde9a43bebc1e5 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47580 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/picasso/include/soc/pci_devs.h')
-rw-r--r--src/soc/amd/picasso/include/soc/pci_devs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/pci_devs.h b/src/soc/amd/picasso/include/soc/pci_devs.h
index 83c0bcc7e329..3f18bd541405 100644
--- a/src/soc/amd/picasso/include/soc/pci_devs.h
+++ b/src/soc/amd/picasso/include/soc/pci_devs.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __PI_PICASSO_PCI_DEVS_H__
-#define __PI_PICASSO_PCI_DEVS_H__
+#ifndef AMD_PICASSO_PCI_DEVS_H
+#define AMD_PICASSO_PCI_DEVS_H
#include <device/pci_def.h>
#include <amdblocks/pci_devs.h>
@@ -118,4 +118,4 @@
#define LPC_DEVFN PCI_DEVFN(PCU_DEV, LPC_FUNC)
#define SOC_LPC_DEV _SOC_DEV(PCU_DEV, LPC_FUNC)
-#endif /* __PI_PICASSO_PCI_DEVS_H__ */
+#endif /* AMD_PICASSO_PCI_DEVS_H */