#include <linux/module.h>
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/proc_fs.h>
#include <linux/miscdevice.h>
#include <linux/spinlock.h>
#include <linux/rwsem.h>
#include <linux/init.h>
#include <linux/mutex.h>
#include <linux/jiffies.h>
#include <asm/hardware/dec21285.h>
#include <asm/io.h>
#include <asm/mach-types.h>
#include <asm/uaccess.h>
#include <asm/nwflash.h>
Go to the source code of this file.
#define KFLASH_ID4 0xB0D4 |
#define KFLASH_SIZE 1024*1024 |
#define KFLASH_SIZE4 4*1024*1024 |
#define NWFLASH_VERSION "6.4" |
module_exit |
( |
nwflash_exit |
| ) |
|
module_init |
( |
nwflash_init |
| ) |
|
module_param |
( |
flashdebug |
, |
|
|
bool |
, |
|
|
0644 |
|
|
) |
| |