Mistake on this page?
Report an issue in GitHub or email us
tfm_internal_defines.h
1 /*
2  * Copyright (c) 2018, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 #ifndef __TFM_INTERNAL_DEFINES_H__
8 #define __TFM_INTERNAL_DEFINES_H__
9 
10 /* IPC internal return status */
11 #define IPC_SUCCESS 0
12 #define IPC_ERROR_BAD_PARAMETERS (INT32_MIN)
13 #define IPC_ERROR_SHORT_BUFFER (INT32_MIN + 1)
14 #define IPC_ERROR_VERSION (INT32_MIN + 2)
15 #define IPC_ERROR_MEMORY_CHECK (INT32_MIN + 3)
16 #define IPC_ERROR_GENERIC (INT32_MIN + 0x1F)
17 
18 #endif
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.