comparison gsm-fw/g23m-gsm/alr/alr_csf.c @ 677:a71671d8c2db

alr_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 05:07:39 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
676:61df1066039e 677:a71671d8c2db
18 +----------------------------------------------------------------------------- 18 +-----------------------------------------------------------------------------
19 */ 19 */
20 20
21 #ifndef ALR_CSF_C 21 #ifndef ALR_CSF_C
22 #define ALR_CSF_C 22 #define ALR_CSF_C
23
24 #include "config.h"
25 #include "fixedconf.h"
26 #include "condat-features.h"
23 27
24 #define ENTITY_PL 28 #define ENTITY_PL
25 29
26 /*==== INCLUDES ===================================================*/ 30 /*==== INCLUDES ===================================================*/
27 #include <string.h> 31 #include <string.h>
43 47
44 #include "pcm.h" 48 #include "pcm.h"
45 #ifdef GPRS 49 #ifdef GPRS
46 #include "alr_gprs.h" 50 #include "alr_gprs.h"
47 #endif 51 #endif
52
53 /*
54 * FreeCalypso note: I left the crud below untouched because it produces
55 * no effect other than some trace output containing no useful info,
56 * and leaving the code alone results in this "functionality" being
57 * disabled because we don't define _TMS470.
58 */
48 59
49 #ifdef _TMS470 60 #ifdef _TMS470
50 #include "inth/iq.h" 61 #include "inth/iq.h"
51 #include "armio/armio.h" 62 #include "armio/armio.h"
52 #endif /* _TMS470 */ 63 #endif /* _TMS470 */