#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>
Go to the source code of this file.
| #define APP_PARTITION_SIZE_KiB 2048 |
| #define BOOT_PARTITION_SIZE_KiB 512 |
| #define KERNEL_PARTITION_SIZE_KiB 5632 |
| #define MAX_SIZE_KiB 8192 |
| #define WINDOW_ADDR 0xfe000000 |
| #define WINDOW_SIZE 0x00200000 |
| module_exit |
( |
cleanup_mbx |
| ) |
|
Initial value:= {
.name = "MBX flash",
.bankwidth = 4,
}
Definition at line 51 of file mbx860.c.