comparison gsm-fw/g23m-gsm/dl/dl_dcch3.c @ 704:3b6cc1a90ef8

dl_dcch3.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 03:38:51 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
703:d6a9b9fce09e 704:3b6cc1a90ef8
20 */ 20 */
21 21
22 #ifndef DL_DCCH3_C 22 #ifndef DL_DCCH3_C
23 #define DL_DCCH3_C 23 #define DL_DCCH3_C
24 24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
28
25 #define ENTITY_DL 29 #define ENTITY_DL
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 32
29 #include "typedefs.h" 33 #include "typedefs.h"
302 } 306 }
303 else 307 else
304 return send; 308 return send;
305 } 309 }
306 #endif /* DL_DCCH3_C */ 310 #endif /* DL_DCCH3_C */
307