blob: 48908f846990b162a9b0d7055565bde170433a62 [file] [log] [blame]
/*
* Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SE_PROXY_INTERFACES_H
#define SE_PROXY_INTERFACES_H
/* Interface IDs from service endpoints available from an se-proxy deployment */
#define SE_PROXY_INTERFACE_ID_ITS (0)
#define SE_PROXY_INTERFACE_ID_PS (1)
#define SE_PROXY_INTERFACE_ID_CRYPTO (2)
#define SE_PROXY_INTERFACE_ID_ATTEST (3)
#endif /* SE_PROXY_INTERFACES_H */