comparison gsm-fw/g23m-gsm/dl/dl_em.c @ 707:b111f8e4aef3

dl_em.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 04:08:59 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
706:0c6dd0dcbfe6 707:b111f8e4aef3
21 */ 21 */
22 22
23 #ifndef DL_EM_C 23 #ifndef DL_EM_C
24 #define DL_EM_C 24 #define DL_EM_C
25 25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
29
26 #define ENTITY_DL 30 #define ENTITY_DL
27
28 31
29 /*==== INCLUDES ===================================================*/ 32 /*==== INCLUDES ===================================================*/
30 #include "typedefs.h" 33 #include "typedefs.h"
31 #include <string.h> 34 #include <string.h>
32 #include "pconst.cdg" 35 #include "pconst.cdg"
221 { 224 {
222 em_dl_sem_clear (); 225 em_dl_sem_clear ();
223 } 226 }
224 else 227 else
225 { 228 {
226 SYST_TRACE ("DL:canīt open semaphore \"EM_DL_SEM\""); 229 SYST_TRACE ("DL:can't open semaphore \"EM_DL_SEM\"");
227 } 230 }
228 231
229 em_dl_trace_occured = 0; 232 em_dl_trace_occured = 0;
230 } 233 }
231 234
373 } 376 }
374 377
375 #endif /* FF_EM_MODE */ 378 #endif /* FF_EM_MODE */
376 379
377 #endif /* DL_EM_C */ 380 #endif /* DL_EM_C */
378