Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40246 )
Change subject: soc/amd/picasso: add get_soc_config to chip.h ......................................................................
soc/amd/picasso: add get_soc_config to chip.h
Change-Id: I007c83cfe5063130c18819925844b6c643cf0232 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/amd/picasso/chip.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/40246/1
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 53c0329..be58a79 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -36,6 +36,8 @@
typedef struct soc_amd_picasso_config config_t;
+const config_t *get_soc_config(void); + extern struct device_operations pci_domain_ops;
#endif /* __PICASSO_CHIP_H__ */