summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/southbridge.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/southbridge.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/southbridge.h')
-rw-r--r--src/soc/amd/picasso/include/soc/southbridge.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/southbridge.h b/src/soc/amd/picasso/include/soc/southbridge.h
index 222858ab51df..d193661985e7 100644
--- a/src/soc/amd/picasso/include/soc/southbridge.h
+++ b/src/soc/amd/picasso/include/soc/southbridge.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __PICASSO_SB_H__
-#define __PICASSO_SB_H__
+#ifndef AMD_PICASSO_SOUTHBRIDGE_H
+#define AMD_PICASSO_SOUTHBRIDGE_H
#include <types.h>
#include <device/device.h>
@@ -294,4 +294,4 @@ void i2c_soc_init(void);
/* Allow the board to change the default I2C pad configuration */
void mainboard_i2c_override(int bus, uint32_t *pad_settings);
-#endif /* __PICASSO_SB_H__ */
+#endif /* AMD_PICASSO_SOUTHBRIDGE_H */