Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
Go to the source code of this file.
Macros | |
#define | WINDOW_ADDR 0xfe000000 |
#define | WINDOW_SIZE 0x800000 |
Functions | |
module_init (init_rpxlite) | |
module_exit (cleanup_rpxlite) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Arnold Christensen <[email protected]>") | |
MODULE_DESCRIPTION ("MTD map driver for RPX Lite and CLLF boards") | |
MODULE_AUTHOR | ( | "Arnold Christensen <[email protected]>" | ) |
module_exit | ( | cleanup_rpxlite | ) |
module_init | ( | init_rpxlite | ) |
MODULE_LICENSE | ( | "GPL" | ) |