#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/errno.h>
Go to the source code of this file.
#define superh_se_partitions NULL |
MODULE_DESCRIPTION |
( |
"MTD map driver for Hitachi SolutionEngine (and similar) boards" |
| ) |
|
module_exit |
( |
cleanup_soleng_maps |
| ) |
|
module_init |
( |
init_soleng_maps |
| ) |
|
Initial value:= {
.name = "Solution Engine EPROM",
.size = 0x400000,
.bankwidth = 4,
}
Definition at line 22 of file solutionengine.c.
Initial value:= {
.name = "Solution Engine FLASH",
.size = 0x400000,
.bankwidth = 4,
}
Definition at line 28 of file solutionengine.c.