# HG changeset patch # User Space Falcon # Date 1426480091 0 # Node ID ac09e56b4e3b89cefd04ff35b12021513fc8541c # Parent b93cee08a2e1dd68bb1991b3babeec17134c0cdc aci: cmh_phb?.c done diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/Makefile --- 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} diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/cmh_phbf.c --- 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" diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/cmh_phbq.c --- 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" diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/cmh_phbr.c --- 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 ===================================================*/ diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/cmh_phbs.c --- 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 ===================================================*/ diff -r b93cee08a2e1 -r ac09e56b4e3b gsm-fw/g23m-aci/aci/cmh_phbt.c --- 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