xref: /optee_os/core/arch/arm/sm/sm_private.h (revision dc57b1101a33ec9bf18ee3d2b88a0d8ff12d2ede)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2016, Linaro Limited
4  * Copyright (c) 2014, STMicroelectronics International N.V.
5  */
6 #ifndef SM_PRIVATE_H
7 #define SM_PRIVATE_H
8 
9 /* Returns one of SM_EXIT_TO_* exit monitor in secure or non-secure world */
10 uint32_t sm_from_nsec(struct sm_ctx *ctx);
11 #endif /*SM_PRIVATE_H*/
12 
13