|
Linux Kernel
3.7.1
|
#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_subpagetest: " |
Functions | |
| module_param (dev, int, S_IRUGO) | |
| MODULE_PARM_DESC (dev,"MTD device number to use") | |
| module_init (mtd_subpagetest_init) | |
| module_exit (mtd_subpagetest_exit) | |
| MODULE_DESCRIPTION ("Subpage test module") | |
| MODULE_AUTHOR ("Adrian Hunter") | |
| MODULE_LICENSE ("GPL") | |
| #define PRINT_PREF KERN_INFO "mtd_subpagetest: " |
Definition at line 30 of file mtd_subpagetest.c.
| MODULE_AUTHOR | ( | "Adrian Hunter" | ) |
| module_exit | ( | mtd_subpagetest_exit | ) |
| module_init | ( | mtd_subpagetest_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2