/* | |
* Copyright (c) 2021, Arm Limited. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
* | |
*/ | |
#ifndef __TFM_ATTEST_DEFS_H__ | |
#define __TFM_ATTEST_DEFS_H__ | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* Initial Attestation message types that distinguish Attest services. */ | |
#define TFM_ATTEST_GET_TOKEN 1001 | |
#define TFM_ATTEST_GET_TOKEN_SIZE 1002 | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* __TFM_ATTEST_DEFS_H__ */ |