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