blob: 43e257f2db8effa5e1d55c2abc3e619e57bfd2be [file] [log] [blame]
Imre Kisd0ed5c22021-12-15 17:05:47 +01001/*
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 */