FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/ffs/reclaim.c @ 219:2beb88a3d528
gsm-fw links with FFS included
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 20:24:53 +0000 |
parents | 0eb85790c0ed |
children |
comparison
equal
deleted
inserted
replaced
218:fee45482aa2a | 219:2beb88a3d528 |
---|---|
11 #include "ffs.h" | 11 #include "ffs.h" |
12 #include "core.h" | 12 #include "core.h" |
13 #include "drv.h" | 13 #include "drv.h" |
14 #include "ffstrace.h" | 14 #include "ffstrace.h" |
15 | 15 |
16 #include <stdlib.h> // rand() | 16 extern int rand(); |
17 | 17 |
18 /****************************************************************************** | 18 /****************************************************************************** |
19 * Inodes Reclaim | 19 * Inodes Reclaim |
20 ******************************************************************************/ | 20 ******************************************************************************/ |
21 | 21 |