1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #include <fwk_id.h>
9 #include <fwk_module.h>
10 #include <fwk_module_idx.h>
11 
12 #include <stdint.h>
13 
14 struct fwk_module_config config_ut = {
15     .elements = { 0 },
16 
17 };
18