diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-01-03 09:39:10 +0530 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2020-01-07 12:11:02 +0530 |
commit | b325f6baefeafcee169e5f8a529882fdc0f47dc5 (patch) | |
tree | e721c583dd4451c3152152ca1be8b59761dc2c5a /include/sbi/sbi_ipi.h | |
parent | 6469ed101cb3c036cce1ead0d64160a7315f72af (diff) |
lib: Add ipi exit API
We add sbi_ipi_exit() API for exit path handling in sbi_exit()
implementation.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'include/sbi/sbi_ipi.h')
-rw-r--r-- | include/sbi/sbi_ipi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi/sbi_ipi.h b/include/sbi/sbi_ipi.h index 109e9af..2dbc096 100644 --- a/include/sbi/sbi_ipi.h +++ b/include/sbi/sbi_ipi.h @@ -36,4 +36,6 @@ void sbi_ipi_process(struct sbi_scratch *scratch); int sbi_ipi_init(struct sbi_scratch *scratch, bool cold_boot); +void sbi_ipi_exit(struct sbi_scratch *scratch); + #endif |