#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/major.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
#include <asm/sections.h>
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"Generic RAM based MTD for uClinux" |
| ) |
|
module_exit |
( |
uclinux_mtd_cleanup |
| ) |
|
module_init |
( |
uclinux_mtd_init |
| ) |
|
Initial value:= {
.name = "RAM",
.phys = (
unsigned long)__bss_stop,
}
Definition at line 26 of file uclinux.c.