|
Linux Kernel
3.7.1
|
#include <asm/div64.h>#include <linux/init.h>#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/err.h>#include <linux/mtd/mtd.h>#include <linux/slab.h>#include <linux/sched.h>Go to the source code of this file.
Macros | |
| #define | PRINT_PREF KERN_INFO "mtd_pagetest: " |
Functions | |
| module_param (dev, int, S_IRUGO) | |
| MODULE_PARM_DESC (dev,"MTD device number to use") | |
| module_init (mtd_pagetest_init) | |
| module_exit (mtd_pagetest_exit) | |
| MODULE_DESCRIPTION ("NAND page test") | |
| MODULE_AUTHOR ("Adrian Hunter") | |
| MODULE_LICENSE ("GPL") | |
| #define PRINT_PREF KERN_INFO "mtd_pagetest: " |
Definition at line 31 of file mtd_pagetest.c.
| MODULE_AUTHOR | ( | "Adrian Hunter" | ) |
| module_exit | ( | mtd_pagetest_exit | ) |
| module_init | ( | mtd_pagetest_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2