|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/mtd/mtd.h>#include <linux/mtd/blktrans.h>#include <linux/module.h>Go to the source code of this file.
Functions | |
| module_init (mtdblock_init) | |
| module_exit (mtdblock_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("David Woodhouse <[email protected]>") | |
| MODULE_DESCRIPTION ("Simple read-only block device emulation access to MTD devices") | |
| MODULE_AUTHOR | ( | "David Woodhouse <[email protected]>" | ) |
| module_exit | ( | mtdblock_exit | ) |
| module_init | ( | mtdblock_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2