aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-01 21:17:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-02 21:27:49 +0000
commit43a5f88bb428080ab6e361ef6bc5e92169ee8452 (patch)
tree4470595869d80e49daee420998e0dd9eb36b3752 /src/soc/amd/common/block/include
parent875e5aa96c8d9e767d24b99015abb66bf7e0ef75 (diff)
soc/amd: factor out fch_smbus_init
Change-Id: I6df9323dc4e7ca99fd5368f0262e850c0aca5c54 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48218 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/include')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/smbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/smbus.h b/src/soc/amd/common/block/include/amdblocks/smbus.h
index b618b78c34..773daf796c 100644
--- a/src/soc/amd/common/block/include/amdblocks/smbus.h
+++ b/src/soc/amd/common/block/include/amdblocks/smbus.h
@@ -47,4 +47,6 @@
#define SMBSLVDAT 0xc
#define SMBTIMING 0xe
+void fch_smbus_init(void);
+
#endif /* AMD_BLOCK_SMBUS_H */