|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/mtd/mtd.h>#include <linux/mtd/map.h>#include <linux/mtd/partitions.h>#include <asm/io.h>Go to the source code of this file.
Data Structures | |
| struct | mtd_part_def |
Macros | |
| #define | FLASH_ADDR 0x40000000 |
| #define | FLASH_SIZE 0x00800000 |
| #define | FLASH_BANK_MAX 4 |
Functions | |
| module_init (init_tqm_mtd) | |
| module_exit (cleanup_tqm_mtd) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Kirk Lee <[email protected]>") | |
| MODULE_DESCRIPTION ("MTD map driver for TQM8xxL boards") | |
| MODULE_AUTHOR | ( | "Kirk Lee <[email protected]>" | ) |
| module_exit | ( | cleanup_tqm_mtd | ) |
| module_init | ( | init_tqm_mtd | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2