Julian Hall | 527ddd5 | 2021-06-28 11:57:17 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2021, 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 \ |
| 11 | {0x46bb39d1, 0xb4d9, 0x45b5, \ |
| 12 | {0x88, 0xff, 0x04, 0x00, 0x27, 0xda, 0xb2, 0x49}} |
| 13 | |
| 14 | #define SE_PROXY_SP_UUID_BYTES \ |
| 15 | {0x46, 0xbb, 0x39, 0xd1, 0xb4, 0xd9, 0x45, 0xb5, \ |
| 16 | 0x88, 0xff, 0x04, 0x00, 0x27, 0xda, 0xb2, 0x49} |
| 17 | |
| 18 | #endif /* SE_PROXY_SP_H */ |