TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_its_defs.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_ITS_DEFS_H__
9 #define __TFM_ITS_DEFS_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /* Invalid UID */
16 #define TFM_ITS_INVALID_UID 0
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* __TFM_ITS_DEFS_H__ */