#include <linux/module.h>
#include <linux/ioport.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 6144 |
#define BOOT_PARTITION_SIZE_KiB 768 |
#define DATA_PARTITION_SIZE_KiB 1280 |
#define DEVICE_ENABLE 0x8000 |
#define MAX_SIZE_KiB 16384 |
#define WINDOW_START 0xdc000 |
MODULE_AUTHOR |
( |
"Arcom Control Systems Ltd." |
| ) |
|
MODULE_DESCRIPTION |
( |
"MTD map driver for SBC-GXm and SBC-GX1 series boards" |
| ) |
|
module_exit |
( |
cleanup_sbc_gxx |
| ) |
|
module_init |
( |
init_sbc_gxx |
| ) |
|