Block device core functionality. More...
#include <assert.h>#include <debug.h>#include <malloc.h>#include <string.h>#include <types.h>#include <block/device.h>Go to the source code of this file.
Functions | |
| struct block_request * | block_alloc_request (struct block_device *bdev) |
| Allocate a block request. | |
| void | block_free_request (struct block_device *bdev, struct block_request *req) |
| Free a block request previously allocated using block_alloc_request(). | |
Block device core functionality.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file block_core.c.
1.6.3