#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <mach/hardware.h>
#include <asm/io.h>
Go to the source code of this file.
#define NUM_PARTITIONS ARRAY_SIZE(h720x_partitions) |
MODULE_DESCRIPTION |
( |
"MTD map driver for Hynix evaluation boards" |
| ) |
|
module_exit |
( |
h720x_mtd_cleanup |
| ) |
|
module_init |
( |
h720x_mtd_init |
| ) |
|