comparison gsm-fw/g23m-aci/aci/cphs.c @ 802:b63b6e9da6cd

aci: conc_sms.c, cphs.c and cphs_aci.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 04:30:48 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
801:c64bfc13292c 802:b63b6e9da6cd
12 */ 12 */
13 13
14 14
15 #ifndef CPHS_C 15 #ifndef CPHS_C
16 #define CPHS_C 16 #define CPHS_C
17
18 #include "config.h"
19 #include "fixedconf.h"
20 #include "condat-features.h"
21 #include "aci_conf.h"
17 22
18 /* needed for all files that are part of ACI */ 23 /* needed for all files that are part of ACI */
19 #include "aci_all.h" 24 #include "aci_all.h"
20 #include "aci_cmh.h" 25 #include "aci_cmh.h"
21 #include "phb.h" 26 #include "phb.h"
2783 } 2788 }
2784 return(CPHS_EXEC); 2789 return(CPHS_EXEC);
2785 } 2790 }
2786 2791
2787 #endif /* CPHS_C */ 2792 #endif /* CPHS_C */
2788
2789
2790