1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2018 Linaro Limited
10 * struct sandbox_tee_state - internal state of the sandbox TEE
11 * @session: current open session
12 * @num_shms: number of registered shared memory objects
13 * @ta: Trusted Application of current session
15 struct sandbox_tee_state {
21 #endif /*__SANDBOXTEE_H*/