Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
#include <mach/hardware.h>
#include <asm/sizes.h>
#include <mach/h1900-gpio.h>
#include <mach/ipaq.h>
Go to the source code of this file.
Macros | |
#define | NUM_PARTITIONS 1 |
Functions | |
module_init (h1910_init) | |
module_exit (h1910_cleanup) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Joshua Wise <joshua at joshuawise dot com>") | |
MODULE_DESCRIPTION ("NAND flash driver for iPAQ h1910") | |
MODULE_AUTHOR | ( | "Joshua Wise <joshua at joshuawise dot com>" | ) |
module_exit | ( | h1910_cleanup | ) |
module_init | ( | h1910_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |