1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #include <fwk_module.h>
9 
10 #include <stddef.h>
11 
12 /* Configuration of the SynQuacerMEMC module. */
13 const struct fwk_module_config config_synquacer_memc = { 0 };
14