1 /* generated common header file - do not edit */ 2 #ifndef COMMON_DATA_H_ 3 #define COMMON_DATA_H_ 4 #include <stdint.h> 5 #include "bsp_api.h" 6 #include "r_fmi.h" 7 #include "r_fmi_api.h" 8 #include "r_ioport.h" 9 #include "r_ioport_api.h" 10 #include "r_cgc.h" 11 #include "r_cgc_api.h" 12 #include "r_elc.h" 13 #include "r_elc_api.h" 14 #ifdef __cplusplus 15 extern "C" 16 { 17 #endif 18 /** FMI on FMI Instance. */ 19 extern const fmi_instance_t g_fmi; 20 /** IOPORT Instance */ 21 extern const ioport_instance_t g_ioport; 22 /** CGC Instance */ 23 extern const cgc_instance_t g_cgc; 24 /** ELC Instance */ 25 extern const elc_instance_t g_elc; 26 void g_common_init(void); 27 #ifdef __cplusplus 28 } /* extern "C" */ 29 #endif 30 #endif /* COMMON_DATA_H_ */ 31