1 /* generated common source file - do not edit */ 2 #include "common_data.h" 3 /* Instance structure to use this module. */ 4 const fmi_instance_t g_fmi = 5 { .p_api = &g_fmi_on_fmi }; 6 const ioport_instance_t g_ioport = 7 { .p_api = &g_ioport_on_ioport, .p_cfg = NULL }; 8 const cgc_instance_t g_cgc = 9 { .p_api = &g_cgc_on_cgc, .p_cfg = NULL }; 10 const elc_instance_t g_elc = 11 { .p_api = &g_elc_on_elc, .p_cfg = NULL }; g_common_init(void)12void g_common_init(void) 13 { 14 } 15