28 #include <linux/module.h>
29 #include <linux/kernel.h>
33 #include <linux/types.h>
36 #define WINDOW_ADDR 0x09400000
37 #define WINDOW_SIZE 0x00200000
39 static struct map_info ts5500_map = {
40 .name =
"TS-5500 Flash",
64 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions)
68 static int __init init_ts5500_map(
void)
74 if (!ts5500_map.
virt) {
102 static void __exit cleanup_ts5500_map(
void)
109 if (ts5500_map.
virt) {