aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2022-02-16 07:51:36 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2023-02-12 08:20:08 +0000
commit4e00f155921a57af32bdaaaac6a9f1e5c184488b (patch)
tree8a1e19ecff79ec6c73293cea2a9c693c81686490 /src/include
parent21975e4a49ed8ee6d639808bae574b301fa3a389 (diff)
drivers/smmstore: Expose region device
Allow other drivers to use the SMMSTORE region device. Change-Id: I6316b703829590bd6f41c3d4013b4a4660b9cbab Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62014 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/smmstore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/smmstore.h b/src/include/smmstore.h
index dfd9336c4d..d3940abc3f 100644
--- a/src/include/smmstore.h
+++ b/src/include/smmstore.h
@@ -115,6 +115,8 @@ int smmstore_rawclear_region(uint32_t block_id);
#if ENV_RAMSTAGE
int smmstore_get_info(struct smmstore_params_info *info);
#endif
+struct region_device;
+int smmstore_lookup_region(struct region_device *rstore);
/* Advertise SMMSTORE v2 support */
struct lb_header;