blob: ee241b1b56f70ae085ab696ee3db7a81c5e9d2cb [file] [log] [blame]
Imre Kisd0ed5c22021-12-15 17:05:47 +01001/*
2 * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef SE_PROXY_SP_H
8#define SE_PROXY_SP_H
9
10#define SE_PROXY_SP_UUID_BYTES \
11 {0x46, 0xbb, 0x39, 0xd1, 0xb4, 0xd9, 0x45, 0xb5, \
12 0x88, 0xff, 0x04, 0x00, 0x27, 0xda, 0xb2, 0x49}
13
14#endif /* SE_PROXY_SP_H */