Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/onenand.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
Go to the source code of this file.
Data Structures | |
struct | onenand_info |
Macros | |
#define | DRIVER_NAME "onenand-flash" |
Functions | |
module_platform_driver (generic_onenand_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Kyungmin Park <[email protected]>") | |
MODULE_DESCRIPTION ("Glue layer for OneNAND flash on generic boards") | |
MODULE_ALIAS ("platform:"DRIVER_NAME) | |
MODULE_ALIAS | ( | "platform:" | DRIVER_NAME | ) |
MODULE_AUTHOR | ( | "Kyungmin Park <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | generic_onenand_driver | ) |