|
Linux Kernel
3.7.1
|
#include <linux/mutex.h>#include <linux/kthread.h>#include <linux/init.h>#include <linux/wait.h>#include <asm/crw.h>#include <asm/ctl_reg.h>Go to the source code of this file.
Functions | |
| int | crw_register_handler (int rsc, crw_handler_t handler) |
| void | crw_unregister_handler (int rsc) |
| void | crw_handle_channel_report (void) |
| void | crw_wait_for_channel_report (void) |
| device_initcall (crw_machine_check_init) | |
| int crw_register_handler | ( | int | rsc, |
| crw_handler_t | handler | ||
| ) |
crw_register_handler() - register a channel report word handler : reporting source code to handle : handler to be registered
Returns %0 on success and a negative error value otherwise.
crw_unregister_handler() - unregister a channel report word handler : reporting source code to handle
| device_initcall | ( | crw_machine_check_init | ) |
1.8.2