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