Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef PS_SP_H | ||||
8 | #define PS_SP_H | ||||
9 | |||||
10 | #define PS_SP_UUID_BYTES \ | ||||
11 | { 0x75, 0x1b, 0xf8, 0x01, 0x3d, 0xde, 0x47, 0x68, \ | ||||
12 | 0xa5, 0x14, 0x0f, 0x10, 0xae, 0xed, 0x17, 0x90 } | ||||
13 | |||||
14 | #endif /* PS_SP_H */ |