#include <buffer.h>
#include <debug.h>
#include <malloc.h>
#include <string.h>
#include <types.h>
#include <workqueue.h>
#include <app/config_dmapool.h>
#include <app/workqueue.h>
#include <block/device.h>
#include <block/fill.h>

Go to the source code of this file.
This file contains the functionality needed to write a certain pattern to a range of blocks on a given block device.
Definition in file fill.c.
1.5.8