Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/platform_device.h>
#include <linux/mtd/latch-addr-flash.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | latch_addr_flash_info |
Macros | |
#define | DRIVER_NAME "latch-addr-flash" |
Functions | |
module_platform_driver (latch_addr_flash_driver) | |
MODULE_AUTHOR ("David Griego <[email protected]>") | |
MODULE_DESCRIPTION ("MTD map driver for flashes addressed physically with upper ""address lines being set board specifically") | |
MODULE_LICENSE ("GPL v2") | |
Definition at line 23 of file latch-addr-flash.c.
MODULE_AUTHOR | ( | "David Griego <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "MTD map driver for flashes addressed physically with upper ""address lines being set board specifically" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | latch_addr_flash_driver | ) |