#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/kernel.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 BOOTIMAGE_PART_SIZE ((6*1024*1024)-RESERVED_PART_SIZE) |
#define FLASH_BANK_SIZE (128*1024*1024) |
#define FLASH_BASE_ADDR 0xf0000000 |
#define NEW_BOOTIMAGE_PART_SIZE (6 * 1024 * 1024) |
#define NEW_BOOTLOADER_PART_SIZE (1024 * 1024) |
#define NEW_RFS_PART_SIZE |
MODULE_AUTHOR |
( |
"Scott |
Wood, |
|
|
TimeSys Corporation< scott.wood @timesys.com >" |
|
|
) |
| |
module_exit |
( |
cleanup_svme182 |
| ) |
|
module_init |
( |
init_svme182 |
| ) |
|