blob: 13317e782b27750355781a457109407ac8593fa3 [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 SMM_GATEWAY_SP_H
8#define SMM_GATEWAY_SP_H
9
10#define SMM_GATEWAY_UUID_BYTES \
11 {0xed, 0x32, 0xd5, 0x33, 0x99, 0xe6, 0x42, 0x09, \
12 0x9c, 0xc0, 0x2d, 0x72, 0xcd, 0xd9, 0x98, 0xa7}
13
14#endif /* SMM_GATEWAY_SP_H */