comparison gsm-fw/riviera/rvf/rvf_pool_size.h @ 220:aa4ba71a1032

gsm-fw: FFS code hooked in, FFS-in-RAM config works on the Pirelli target
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Jan 2014 20:50:33 +0000
parents 9dbf3248a197
children
comparison
equal deleted inserted replaced
219:2beb88a3d528 220:aa4ba71a1032
174 174
175 /* 175 /*
176 * FFS SWE 176 * FFS SWE
177 */ 177 */
178 #ifdef RVM_FFS_SWE 178 #ifdef RVM_FFS_SWE
179 #include "ffs/ffs_pool_size.h" 179 #include "../../services/ffs/ffs_pool_size.h"
180 #define RVF_FFS_POOL_SIZE (FFS_POOL_SIZE) 180 #define RVF_FFS_POOL_SIZE (FFS_POOL_SIZE)
181 #else 181 #else
182 #define RVF_FFS_POOL_SIZE (0) 182 #define RVF_FFS_POOL_SIZE (0)
183 #endif 183 #endif
184 184