summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/nvs.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/nvs.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/nvs.h')
-rw-r--r--src/soc/amd/picasso/include/soc/nvs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/nvs.h b/src/soc/amd/picasso/include/soc/nvs.h
index 2abcdd31f755..d5624d4d7509 100644
--- a/src/soc/amd/picasso/include/soc/nvs.h
+++ b/src/soc/amd/picasso/include/soc/nvs.h
@@ -6,8 +6,8 @@
*
*/
-#ifndef __SOC_PICASSO_NVS_H__
-#define __SOC_PICASSO_NVS_H__
+#ifndef AMD_PICASSO_NVS_H
+#define AMD_PICASSO_NVS_H
#include <commonlib/helpers.h>
#include <stdint.h>
@@ -33,4 +33,4 @@ struct __packed global_nvs {
check_member(global_nvs, chromeos, GNVS_CHROMEOS_ACPI_OFFSET);
-#endif /* __SOC_PICASSO_NVS_H__ */
+#endif /* AMD_PICASSO_NVS_H */