/* | |
* Copyright (c) 2023, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef RPMB_UUID_H | |
#define RPMB_UUID_H | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
#define TS_RPMB_SERVICE_UUID \ | |
{ 0x19, 0xef, 0x70, 0xbf, 0x2f, 0xbc, 0x43, 0x09, 0xbd, 0xd3, 0xc2, 0x90, 0xe9, 0x93, 0xf6, 0x50 } | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* RPMB_UUID_H */ |