|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/mtd/map.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/types.h>Go to the source code of this file.
Macros | |
| #define | WINDOW_ADDR 0x09400000 |
| #define | WINDOW_SIZE 0x00200000 |
| #define | NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) |
Functions | |
| module_init (init_ts5500_map) | |
| module_exit (cleanup_ts5500_map) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Sean Young <[email protected]>") | |
| MODULE_DESCRIPTION ("MTD map driver for Techology Systems TS-5500 board") | |
| #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) |
Definition at line 64 of file ts5500_flash.c.
| #define WINDOW_ADDR 0x09400000 |
Definition at line 36 of file ts5500_flash.c.
| #define WINDOW_SIZE 0x00200000 |
Definition at line 37 of file ts5500_flash.c.
| MODULE_AUTHOR | ( | "Sean Young <[email protected]>" | ) |
| module_exit | ( | cleanup_ts5500_map | ) |
| module_init | ( | init_ts5500_map | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2