Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/bitops.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/doc2000.h>
Go to the source code of this file.
Functions | |
void | DoCMil_init (struct mtd_info *mtd) |
EXPORT_SYMBOL_GPL (DoCMil_init) | |
module_exit (cleanup_doc2001) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("David Woodhouse <[email protected]> et al.") | |
MODULE_DESCRIPTION ("Alternative driver for DiskOnChip Millennium") | |
EXPORT_SYMBOL_GPL | ( | DoCMil_init | ) |
MODULE_AUTHOR | ( | "David Woodhouse <[email protected]> et al." | ) |
MODULE_DESCRIPTION | ( | "Alternative driver for DiskOnChip Millennium" | ) |
module_exit | ( | cleanup_doc2001 | ) |
MODULE_LICENSE | ( | "GPL" | ) |