Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/concat.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | of_flash_list |
struct | of_flash |
Functions | |
MODULE_DEVICE_TABLE (of, of_flash_match) | |
module_platform_driver (of_flash_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Vitaly Wool <[email protected]>") | |
MODULE_DESCRIPTION ("Device tree based MTD map driver") | |
MODULE_AUTHOR | ( | "Vitaly Wool <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
of_flash_match | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | of_flash_driver | ) |