comparison gsm-fw/g23m-gsm/dl/dl_dph.c @ 705:10a5096f9891

dl_dph.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:57:20 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
704:3b6cc1a90ef8 705:10a5096f9891
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef DL_DPH_C 22 #ifndef DL_DPH_C
23 #define DL_DPH_C 23 #define DL_DPH_C
24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
24 28
25 #define ENTITY_DL 29 #define ENTITY_DL
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 32
666 } 670 }
667 } 671 }
668 #endif /* SEND_FN_TO_L2_IN_DCCH == 1 */ 672 #endif /* SEND_FN_TO_L2_IN_DCCH == 1 */
669 #endif /* DL_2TO1 || USE_L1M_GS001_1 */ 673 #endif /* DL_2TO1 || USE_L1M_GS001_1 */
670 #endif /* DL_DPH_C */ 674 #endif /* DL_DPH_C */
671