blob: 3bb4484edf35e0c268491598642969388a55f6c4 [file] [log] [blame]
julhal013a4207d2021-03-08 13:32:08 +00001/*
2 * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SP_H
8#define SP_H
9
10/* UUID for the Protected Store */
11#define OPTEE_SP_UUID \
12 { 0x751bf801, 0x3dde, 0x4768, \
13 { 0xa5, 0x14, 0x0f, 0x10, 0xae, 0xed, 0x17, 0x90 } }
14
15#define SP_UUID_BYTES \
16 { 0x75, 0x1b, 0xf8, 0x01, 0x3d, 0xde, 0x47, 0x68, \
17 0xa5, 0x14, 0x0f, 0x10, 0xae, 0xed, 0x17, 0x90 }
18
19#endif /* SP_H */