|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/cpu.h>#include "notifier-error-inject.h"Go to the source code of this file.
Functions | |
| module_param (priority, int, 0) | |
| MODULE_PARM_DESC (priority,"specify cpu notifier priority") | |
| module_init (err_inject_init) | |
| module_exit (err_inject_exit) | |
| MODULE_DESCRIPTION ("CPU notifier error injection module") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Akinobu Mita <[email protected]>") | |
| MODULE_AUTHOR | ( | "Akinobu Mita <[email protected]>" | ) |
| module_exit | ( | err_inject_exit | ) |
| module_init | ( | err_inject_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2