blob: 62a7617e698176e80e750d481aec54cac092f700 [file] [log] [blame]
Julian Hall201ce462021-04-29 11:05:34 +01001/*
2 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef TS_ATTESTATION_OPCODES_H
8#define TS_ATTESTATION_OPCODES_H
9
10/* C/C++ definition of attestation service opcodes
11 */
12#define TS_ATTESTATION_OPCODE_NOP (0x0000)
13#define TS_ATTESTATION_OPCODE_GET_TOKEN (0x0001)
14#define TS_ATTESTATION_OPCODE_GET_TOKEN_SIZE (0x0002)
15
16#endif /* TS_ATTESTATION_OPCODES_H */