comparison L1/cfile/l1_init.c @ 9:b80f0c5016ee

L1/cfile: new code compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 06:28:19 +0000
parents b36540edb046
children 85b080d6fb39
comparison
equal deleted inserted replaced
8:b36540edb046 9:b80f0c5016ee
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #define L1_INIT_C 10 #define L1_INIT_C
11 11
12 #include "config.h"
12 #include "l1_confg.h" 13 #include "l1_confg.h"
13 14
14 #define W_A_DSP_PR20037 1 /* FreeCalypso */ 15 #define W_A_DSP_PR20037 1 /* FreeCalypso */
15 16
16 #if (CODE_VERSION == SIMULATION) 17 #if (CODE_VERSION == SIMULATION)
82 #include "sim_var.h" 83 #include "sim_var.h"
83 84
84 #else // NO SIMULATION 85 #else // NO SIMULATION
85 86
86 #include <string.h> 87 #include <string.h>
87 #include "tm_defs.h" 88 /* #include "tm_defs.h" */
88 #include "l1_types.h" 89 #include "l1_types.h"
89 #include "sys_types.h" 90 #include "sys_types.h"
90 #include "leadapi.h" 91 #include "../dsp/leadapi.h"
91 #include "l1_const.h" 92 #include "l1_const.h"
92 #include "l1_macro.h" 93 #include "l1_macro.h"
93 #include "l1_time.h" 94 #include "l1_time.h"
94 #include "l1_signa.h" 95 #include "l1_signa.h"
95 #if (AUDIO_TASK == 1) 96 #if (AUDIO_TASK == 1)
128 #if (L1_DYN_DSP_DWNLD == 1) 129 #if (L1_DYN_DSP_DWNLD == 1)
129 #include "l1_dyn_dwl_proto.h" 130 #include "l1_dyn_dwl_proto.h"
130 #endif 131 #endif
131 132
132 #include "l1_defty.h" 133 #include "l1_defty.h"
133 #include "cust_os.h" 134 #include "../../gpf/inc/cust_os.h"
134 #include "l1_msgty.h" 135 #include "l1_msgty.h"
135 #include "l1_varex.h" 136 #include "l1_varex.h"
136 #include "l1_proto.h" 137 #include "l1_proto.h"
137 #include "l1_mftab.h" 138 #include "l1_mftab.h"
138 #include "l1_tabs.h" 139 #include "l1_tabs.h"