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 | |||||
13 | #endif /* TS_SMM_VARIABLE_PROTO_H */ |