xref: /optee_os/core/arch/arm/sm/sm_private.h (revision 65363c52addb58f8b68c91a2fc6ecb2de02f9b1b)
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