#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 WINDOW_ADDR 0x10000000 |
#define WINDOW_SIZE 0x800000 |
MODULE_AUTHOR |
( |
"Kári Davíðsson <kd@flaga.is> |
, |
|
|
Bastian Blank< waldi @tuxbox.org > |
, |
|
|
Alexander Wild< wild @te-elektronik.com >" |
|
|
) |
| |
module_exit |
( |
cleanup_dbox2_flash |
| ) |
|
module_init |
( |
init_dbox2_flash |
| ) |
|
Initial value:= {
.name = "D-Box 2 flash memory",
.bankwidth = 4,
}
Definition at line 65 of file dbox2-flash.c.