|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/list.h>#include <linux/random.h>#include <linux/string.h>#include <linux/bitops.h>#include <linux/slab.h>#include <linux/mtd/nand_ecc.h>Go to the source code of this file.
Functions | |
| module_init (ecc_test_init) | |
| module_exit (ecc_test_exit) | |
| MODULE_DESCRIPTION ("NAND ECC function test module") | |
| MODULE_AUTHOR ("Akinobu Mita") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Akinobu Mita" | ) |
| module_exit | ( | ecc_test_exit | ) |
| module_init | ( | ecc_test_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2