1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Texas Instruments' K3 Secure proxy
5 * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
6 * Lokesh Vutla <lokeshvutla@ti.com>
10 #ifndef K3_SEC_PROXY_H
11 #define K3_SEC_PROXY_H
14 * struct k3_sec_proxy_msg - Secure proxy message structure
15 * @len: Length of data in the Buffer
16 * @buf: Buffer pointer
18 * This is the structure for data used in mbox_send() and mbox_recv().
20 struct k3_sec_proxy_msg {
25 #endif /* K3_SEC_PROXY_H */