svc: ret for svcCallSecureMonitor is void.

This commit is contained in:
yellows8 2022-03-06 14:00:40 -05:00
parent e6c7ac7c0b
commit 0a88426a6a
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -1561,10 +1561,9 @@ Result svcSetResourceLimitLimitValue(Handle reslimit, LimitableResource which, u
/**
* @brief Calls a secure monitor function (TrustZone, EL3).
* @param regs Arguments to pass to the secure monitor.
* @return Return value from the secure monitor.
* @note Syscall number 0x7F.
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
*/
u64 svcCallSecureMonitor(SecmonArgs* regs);
void svcCallSecureMonitor(SecmonArgs* regs);
///@}