FreeCalypso > hg > freecalypso-sw
changeset 796:ac09e56b4e3b
aci: cmh_phb?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 16 Mar 2015 04:28:11 +0000 |
parents | b93cee08a2e1 |
children | 5d2a33180923 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/cmh_phbf.c gsm-fw/g23m-aci/aci/cmh_phbq.c gsm-fw/g23m-aci/aci/cmh_phbr.c gsm-fw/g23m-aci/aci/cmh_phbs.c gsm-fw/g23m-aci/aci/cmh_phbt.c |
diffstat | 6 files changed, 27 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Mon Mar 16 04:28:11 2015 +0000 @@ -13,7 +13,8 @@ ati_src_uart.o ati_src_uart_io.o ati_ss.o \ cmh_ccf.o cmh_ccq.o cmh_ccr.o cmh_ccs.o cmh_cphs.o cmh_dmy.o cmh_dti.o \ cmh_emq.o cmh_emr.o cmh_f.o cmh_mmf.o cmh_mmiq.o cmh_mmir.o cmh_mmis.o \ - cmh_mmit.o cmh_mmq.o cmh_mmr.o cmh_mms.o cmh_mmt.o + cmh_mmit.o cmh_mmq.o cmh_mmr.o cmh_mms.o cmh_mmt.o cmh_phbf.o \ + cmh_phbq.o cmh_phbr.o cmh_phbs.o cmh_phbt.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/cmh_phbf.c Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_phbf.c Mon Mar 16 04:28:11 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_PHBF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_cmh.h"
--- a/gsm-fw/g23m-aci/aci/cmh_phbq.c Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_phbq.c Mon Mar 16 04:28:11 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_PHBQ_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_cmh.h"
--- a/gsm-fw/g23m-aci/aci/cmh_phbr.c Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_phbr.c Mon Mar 16 04:28:11 2015 +0000 @@ -24,6 +24,11 @@ #define CMH_PHBR_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/cmh_phbs.c Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_phbs.c Mon Mar 16 04:28:11 2015 +0000 @@ -23,7 +23,10 @@ #define CMH_PHBS_C #endif - +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/cmh_phbt.c Mon Mar 16 03:51:37 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_phbt.c Mon Mar 16 04:28:11 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_PHBT_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci_cmh.h" @@ -72,7 +77,7 @@ SHORT dmyUsed; /* dummy variable, not used */ SHORT dmyMaxExt; SHORT dmyUsedExt; - #ifndef TI_PS_FFS_PHB +#ifndef TI_PS_FFS_PHB UBYTE dmySrvc; /* dummy variable, not used */ SHORT dmyAvail; /* dummy variable, not used */ #endif