|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/pci.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 | PIIXE_IOBASE_RESOURCE 11 |
| #define | WINDOW_ADDR 0xfff00000 |
| #define | WINDOW_SIZE 0x00100000 |
| #define | BUSWIDTH 1 |
| #define | IOBASE iobase |
| #define | TRIBUF_PORT (IOBASE+0x37) |
| #define | VPP_PORT (IOBASE+0x28) |
Functions | |
| module_init (init_l440gx) | |
| module_exit (cleanup_l440gx) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("David Woodhouse <[email protected]>") | |
| MODULE_DESCRIPTION ("MTD map driver for BIOS chips on Intel L440GX motherboards") | |
| MODULE_AUTHOR | ( | "David Woodhouse <[email protected]>" | ) |
| module_exit | ( | cleanup_l440gx | ) |
| module_init | ( | init_l440gx | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2