comparison gsm-fw/g23m-aci/aci/cmh_ccf.c @ 790:e8f37d3414b6

aci: got up to cmh_ccs.c, then compilation problem, remains to be resolved
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 19:14:58 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
789:beb8e9851a07 790:e8f37d3414b6
21 21
22 #ifndef CMH_CCF_C 22 #ifndef CMH_CCF_C
23 #define CMH_CCF_C 23 #define CMH_CCF_C
24 #endif 24 #endif
25 25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
29 #include "aci_conf.h"
30
26 #include "aci_all.h" 31 #include "aci_all.h"
27 32
28 /*==== INCLUDES ===================================================*/ 33 /*==== INCLUDES ===================================================*/
29 34
30 #include "aci_cmh.h" 35 #include "aci_cmh.h"
105 #include "cmh_psi.h" 110 #include "cmh_psi.h"
106 #endif /*FF_PSI*/ 111 #endif /*FF_PSI*/
107 #include "l4_tim.h" 112 #include "l4_tim.h"
108 113
109 #if defined(_TARGET_) 114 #if defined(_TARGET_)
110 #include "ffs/ffs.h" 115 #include "../../services/ffs/ffs.h"
111 #include "ffs_coat.h" 116 #include "ffs_coat.h"
112 #endif /* _TARGET_ */ 117 #endif /* _TARGET_ */
113 118
114 #include "dcm_f.h" 119 #include "dcm_f.h"
115 120