comparison gsm-fw/L1/cfile/l1_afunc.c @ 546:c7e53436c451

L1: starting to compile core C files
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 06:58:00 +0000
parents 96a96ec34139
children 67ab5f240b7d
comparison
equal deleted inserted replaced
545:cc584a357886 546:c7e53436c451
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #define L1_AFUNC_C 10 #define L1_AFUNC_C
11 11
12 #include "config.h"
13 #include "l1_confg.h"
12 #include "l1_macro.h" 14 #include "l1_macro.h"
13 #include "l1_confg.h"
14 15
15 #if (CODE_VERSION == SIMULATION) 16 #if (CODE_VERSION == SIMULATION)
16 #include <string.h> 17 #include <string.h>
17 #include "l1_types.h" 18 #include "l1_types.h"
18 #include "sys_types.h" 19 #include "sys_types.h"
82 //ADDED FOR AAC 83 //ADDED FOR AAC
83 #if (L1_AAC == 1) 84 #if (L1_AAC == 1)
84 #include "l1aac_defty.h" 85 #include "l1aac_defty.h"
85 #endif 86 #endif
86 #include "l1_defty.h" 87 #include "l1_defty.h"
87 #include "cust_os.h" 88 #include "../../gpf/inc/cust_os.h"
88 #include "l1_msgty.h" 89 #include "l1_msgty.h"
89 #include "l1_varex.h" 90 #include "l1_varex.h"
90 #include "l1_proto.h" 91 #include "l1_proto.h"
91 #include "l1_tabs.h" 92 #include "l1_tabs.h"
92 #if L1_GPRS 93 #if L1_GPRS