FreeCalypso > hg > freecalypso-citrine
comparison L1/cfile/l1_drive.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 |
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_DRIVE_C | 10 #define L1_DRIVE_C |
11 | 11 |
12 #include "config.h" | |
12 #include "l1_confg.h" | 13 #include "l1_confg.h" |
13 | 14 |
14 #if (RF_FAM == 61) | 15 #if (RF_FAM == 61) |
15 #include "apc.h" | 16 #include "apc.h" |
16 #endif | 17 #endif |
17 | 18 |
18 #define W_A_DSP_PR20037 1 /* FreeCalypso */ | 19 #define W_A_DSP_PR20037 1 /* FreeCalypso */ |
19 | 20 |
20 #if ((L1M_WAIT_DSP_RESTART_AFTER_VOCODER_ENABLE ==1)&&(W_A_DSP_PR20037 == 1)) | 21 #if ((L1M_WAIT_DSP_RESTART_AFTER_VOCODER_ENABLE ==1)&&(W_A_DSP_PR20037 == 1)) |
21 #include "nucleus.h" | 22 #include "../../nucleus/nucleus.h" |
22 #endif | 23 #endif |
23 #include "l1_macro.h" | 24 #include "l1_macro.h" |
24 #if (CODE_VERSION == SIMULATION) | 25 #if (CODE_VERSION == SIMULATION) |
25 #include <string.h> | 26 #include <string.h> |
26 #include "l1_types.h" | 27 #include "l1_types.h" |
105 #if (L1_AAC == 1) | 106 #if (L1_AAC == 1) |
106 #include "l1aac_defty.h" | 107 #include "l1aac_defty.h" |
107 #endif | 108 #endif |
108 #include "l1_defty.h" | 109 #include "l1_defty.h" |
109 #include "l1_varex.h" | 110 #include "l1_varex.h" |
110 #include "cust_os.h" | 111 #include "../../gpf/inc/cust_os.h" |
111 #include "l1_msgty.h" | 112 #include "l1_msgty.h" |
112 #if TESTMODE | 113 #if TESTMODE |
113 #include "l1tm_varex.h" | 114 #include "l1tm_varex.h" |
114 #endif | 115 #endif |
115 #if L2_L3_SIMUL | 116 #if L2_L3_SIMUL |