aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/smi.h
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-10 01:32:00 +0100
committerMartin Roth <martinroth@google.com>2021-02-11 00:50:52 +0000
commita6fc2125e78eb7db537733ee7d33f59e723a27c1 (patch)
tree57369317929a71f6863572bfdd1a4d8094ede3fd /src/soc/amd/common/block/include/amdblocks/smi.h
parent4f69ab729a9e0fe929728c5726e78f7769fe5a3a (diff)
soc/amd*/smihandler: factor out and rename clear_smi_sci_status
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ifd6c3bebee1ccf7e7e7987d8ae3d9fa654019791 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50460 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/smi.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/smi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/smi.h b/src/soc/amd/common/block/include/amdblocks/smi.h
index 25a1da7f34..97edd2c9c6 100644
--- a/src/soc/amd/common/block/include/amdblocks/smi.h
+++ b/src/soc/amd/common/block/include/amdblocks/smi.h
@@ -48,5 +48,6 @@ void disable_gevent_smi(uint8_t gevent);
void gpe_configure_sci(const struct sci_source *scis, size_t num_gpes);
void soc_route_sci(uint8_t event);
void clear_all_smi_status(void);
+void clear_smi_sci_status(void);
#endif /* AMD_BLOCK_SMI_H */