aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/include/mach/smc_api.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-09 13:10:38 -0400
committerTom Rini <trini@konsulko.com>2021-04-09 13:10:38 -0400
commit92c4eb7ae3e8fe2c2b3c5b37f882b42282a08e84 (patch)
tree2ce9a497994386b4f58861107a792fe69b82577e /arch/arm/mach-socfpga/include/mach/smc_api.h
parenta1e95e3805eacca1162f6049dceb9b1d2726cbf5 (diff)
parent96fe4f6485e92ed9da464c96c5f536698c5ee66d (diff)
Merge branch 'v2021.07-rc1' of https://github.com/lftan/u-boot
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/smc_api.h')
-rw-r--r--arch/arm/mach-socfpga/include/mach/smc_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/smc_api.h b/arch/arm/mach-socfpga/include/mach/smc_api.h
index bbefdd8dd9..6b5b7eadc6 100644
--- a/arch/arm/mach-socfpga/include/mach/smc_api.h
+++ b/arch/arm/mach-socfpga/include/mach/smc_api.h
@@ -9,5 +9,6 @@
int invoke_smc(u32 func_id, u64 *args, int arg_len, u64 *ret_arg, int ret_len);
int smc_send_mailbox(u32 cmd, u32 len, u32 *arg, u8 urgent, u32 *resp_buf_len,
u32 *resp_buf);
+int smc_get_usercode(u32 *usercode);
#endif /* _SMC_API_H_ */