blob: 5dcf2f134a03f7624c53cedd8a45148a81ca08c2 [file] [log] [blame]
Kevin Pengc6d74502020-03-04 16:55:37 +08001/*
2 * Copyright (c) 2017-2020, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __TFM_PS_DEFS_H__
9#define __TFM_PS_DEFS_H__
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15/* Invalid UID */
16#define TFM_PS_INVALID_UID 0
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* __TFM_PS_DEFS_H__ */