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 true if returning to sec, false if returning to nsec */ 10 bool sm_from_nsec(struct sm_ctx *ctx); 11 #endif /*SM_PRIVATE_H*/ 12 13