|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/mtd/nand.h>#include <linux/mtd/nand_ecc.h>#include <linux/mtd/partitions.h>#include <linux/mtd/ndfc.h>#include <linux/slab.h>#include <linux/mtd/mtd.h>#include <linux/of_platform.h>#include <asm/io.h>Go to the source code of this file.
Data Structures | |
| struct | ndfc_controller |
Macros | |
| #define | NDFC_MAX_CS 4 |
Functions | |
| MODULE_DEVICE_TABLE (of, ndfc_match) | |
| module_platform_driver (ndfc_driver) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Thomas Gleixner <[email protected]>") | |
| MODULE_DESCRIPTION ("OF Platform driver for NDFC") | |
| MODULE_AUTHOR | ( | "Thomas Gleixner <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | of | , |
| ndfc_match | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | ndfc_driver | ) |
1.8.2