Go to the documentation of this file.
5 #include <linux/module.h>
6 #include <linux/types.h>
7 #include <linux/kernel.h>
14 #define WINDOW_ADDR 0xfe000000
15 #define WINDOW_SIZE 0x800000
19 static struct map_info rpxlite_map = {
26 static int __init init_rpxlite(
void)
31 if (!rpxlite_map.
virt) {
32 printk(
"Failed to ioremap\n");
47 static void __exit cleanup_rpxlite(
void)
53 if (rpxlite_map.
virt) {