blob: 852f8f40cdfa3ee2f2e9d29a31f41ab0e4ad92ed [file] [log] [blame]
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef __TFM_ITS_DEFS_H__
#define __TFM_ITS_DEFS_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Invalid UID */
#define TFM_ITS_INVALID_UID 0
#ifdef __cplusplus
}
#endif
#endif /* __TFM_ITS_DEFS_H__ */