blob: 9132cce7673a41d45bc95edac58aee919b81348d [file] [log] [blame]
Ashutosh Singhf4d88672017-11-29 13:35:43 +00001/*
Jamie Foxb93da8b2018-12-13 18:27:30 +00002 * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
Ashutosh Singhf4d88672017-11-29 13:35:43 +00003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __TFM_SST_DEFS_H__
9#define __TFM_SST_DEFS_H__
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
Marc Moreno Berengue684f61e2019-01-25 13:29:52 +000015/* Invalid UID */
16#define TFM_SST_INVALID_UID 0
17
Ashutosh Singhf4d88672017-11-29 13:35:43 +000018#ifdef __cplusplus
19}
20#endif
21
22#endif /* __TFM_SST_DEFS_H__ */