comparison L1/cfile/l1_mfmgr.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
1
2 /************* Revision Controle System Header ************* 1 /************* Revision Controle System Header *************
3 * GSM Layer 1 software 2 * GSM Layer 1 software
4 * L1_MFMGR.C 3 * L1_MFMGR.C
5 * 4 *
6 * Filename l1_mfmgr.c 5 * Filename l1_mfmgr.c
8 * 7 *
9 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
10 9
11 #define L1_MFMGR_C 10 #define L1_MFMGR_C
12 11
12 #include "config.h"
13 #include "l1_confg.h"
13 #include "l1_macro.h" 14 #include "l1_macro.h"
14 #include "l1_confg.h"
15 15
16 #if (CODE_VERSION == SIMULATION) 16 #if (CODE_VERSION == SIMULATION)
17 #include <string.h> 17 #include <string.h>
18 #include "l1_types.h" 18 #include "l1_types.h"
19 #include "sys_types.h" 19 #include "sys_types.h"
70 #endif 70 #endif
71 #if (L1_AAC == 1) 71 #if (L1_AAC == 1)
72 #include "l1aac_defty.h" 72 #include "l1aac_defty.h"
73 #endif 73 #endif
74 #include "l1_defty.h" 74 #include "l1_defty.h"
75 #include "cust_os.h" 75 #include "../../gpf/inc/cust_os.h"
76 #include "l1_msgty.h" 76 #include "l1_msgty.h"
77 #include "l1_varex.h" 77 #include "l1_varex.h"
78 #include "l1_proto.h" 78 #include "l1_proto.h"
79 #endif 79 #endif
80 #include "l1_tabs.h" 80 #include "l1_tabs.h"