Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
#include <sys/stat.h>
#include "libubi.h"
+#include "common.h"
struct erase_block_info;
struct volume_info;
sleep(1);
}
-static void check_volume(struct volume_info *vol)
+static void integ_check_volume(struct volume_info *vol)
{
struct erase_block_info *eb = vol->erase_blocks;
int pos;
vol = ubi_device->volumes;
while (vol) {
- check_volume(vol);
+ integ_check_volume(vol);
vol = vol->next;
}
}