Julian Hall | 29f87ec | 2021-10-13 11:43:30 +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 TS_SMM_VARIABLE_PROTO_H |
| 8 | #define TS_SMM_VARIABLE_PROTO_H |
| 9 | |
| 10 | #include <protocols/service/smm_variable/opcodes.h> |
| 11 | #include <protocols/service/smm_variable/parameters.h> |
| 12 | |
Julian Hall | f7d55ff | 2021-11-22 13:57:54 +0000 | [diff] [blame] | 13 | /* The GUID used to identify the SMM Variable service */ |
| 14 | #define SMM_VARIABLE_GUID \ |
| 15 | {0xed32d533, 0x99e6, 0x4209, { 0x9c, 0xc0, 0x2d, 0x72, 0xcd, 0xd9, 0x98, 0xa7 }} |
| 16 | |
Imre Kis | 8d06162 | 2023-08-01 14:35:22 +0200 | [diff] [blame] | 17 | #define SMM_VARIABLE_CANONICAL_GUID "ed32d533-99e6-4209-9cc0-2d72cdd998a7" |
| 18 | |
Julian Hall | 29f87ec | 2021-10-13 11:43:30 +0100 | [diff] [blame] | 19 | #endif /* TS_SMM_VARIABLE_PROTO_H */ |