blob: 5aa76c3c437571a43fdcfbfb8294a8cebb2d8489 [file] [log] [blame]
Balint Dobszay72c3f042020-11-23 18:23:57 +01001/*
julhal013a4207d2021-03-08 13:32:08 +00002 * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
Balint Dobszay72c3f042020-11-23 18:23:57 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SP_H
8#define SP_H
9
julhal013a4207d2021-03-08 13:32:08 +000010/* UUID for the Internal Trusted Store */
Balint Dobszay72c3f042020-11-23 18:23:57 +010011#define OPTEE_SP_UUID \
12 { 0xdc1eef48, 0xb17a, 0x4ccf, \
13 { 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14 } }
14
15#define SP_UUID_BYTES \
16 { 0xdc, 0x1e, 0xef, 0x48, 0xb1, 0x7a, 0x4c, 0xcf, \
17 0xac, 0x8b, 0xdf, 0xcf, 0xf7, 0x71, 0x1b, 0x14, }
18
19#endif /* SP_H */