blob: 4c08760d5f553149d13d5a83753f87707d9aff2c [file] [log] [blame]
/*
* Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef ATTESTATION_UUID_H
#define ATTESTATION_UUID_H
#ifdef __cplusplus
extern "C" {
#endif
#define TS_PSA_ATTESTATION_SERVICE_UUID \
{ 0xa1, 0xba, 0xf1, 0x55, 0x88, 0x76, 0x46, 0x95, 0x8f, 0x7c, 0x54, 0x95, 0x5e, 0x8d, 0xb9, 0x74 }
#ifdef __cplusplus
}
#endif
#endif /* ATTESTATION_UUID_H */