aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/memmap.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/memmap.h
parentaa003fecfdcc406f430a7e12a028db3b62e241b3 (diff)
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/memmap.h')
-rw-r--r--src/soc/amd/picasso/include/soc/memmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/memmap.h b/src/soc/amd/picasso/include/soc/memmap.h
index c27b165142..53c9d310b0 100644
--- a/src/soc/amd/picasso/include/soc/memmap.h
+++ b/src/soc/amd/picasso/include/soc/memmap.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-#ifndef __SOC_AMD_PICASSO_MEMMAP_H__
-#define __SOC_AMD_PICASSO_MEMMAP_H__
+#ifndef AMD_PICASSO_MEMMAP_H
+#define AMD_PICASSO_MEMMAP_H
#include <stdint.h>
#include <symbols.h>
@@ -16,4 +16,4 @@ struct memmap_early_dram {
void memmap_stash_early_dram_usage(void);
const struct memmap_early_dram *memmap_get_early_dram_usage(void);
-#endif /* __SOC_AMD_PICASSO_MEMMAP_H__ */
+#endif /* AMD_PICASSO_MEMMAP_H */