Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame^] | 1 | /* |
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 */ |