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