Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/vmalloc.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/blktrans.h>
#include <linux/mutex.h>
Go to the source code of this file.
Data Structures | |
struct | mtdblk_dev |
Functions | |
module_init (init_mtdblock) | |
module_exit (cleanup_mtdblock) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Nicolas Pitre <[email protected]> et al.") | |
MODULE_DESCRIPTION ("Caching read/erase/writeback block device emulation access to MTD devices") | |
MODULE_AUTHOR | ( | "Nicolas Pitre <[email protected]> et al." | ) |
module_exit | ( | cleanup_mtdblock | ) |
module_init | ( | init_mtdblock | ) |
MODULE_LICENSE | ( | "GPL" | ) |