comparison gsm-fw/g23m-gsm/mm/mm_csf.c @ 717:470f87d36741

mm_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 04 Oct 2014 00:45:59 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
716:21cd7e35807a 717:470f87d36741
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef MM_CSF_C 22 #ifndef MM_CSF_C
23 #define MM_CSF_C 23 #define MM_CSF_C
24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
24 28
25 #define ENTITY_MM 29 #define ENTITY_MM
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 #if defined (NEW_FRAME) 32 #if defined (NEW_FRAME)
245 } 249 }
246 250
247 /* N950 Memory Optimization - Implements Measure #39*/ 251 /* N950 Memory Optimization - Implements Measure #39*/
248 /* Removed unused Function*/ 252 /* Removed unused Function*/
249 #endif 253 #endif
250