|
Linux Kernel
3.7.1
|
#include <notifier.h>
Data Fields | |
| int(* | notifier_call )(struct notifier_block *, unsigned long, void *) |
| struct notifier_block __rcu * | next |
| int | priority |
Definition at line 50 of file notifier.h.
| struct notifier_block __rcu* next |
Definition at line 52 of file notifier.h.
| int(* notifier_call)(struct notifier_block *, unsigned long, void *) |
Definition at line 51 of file notifier.h.
| int priority |
Definition at line 53 of file notifier.h.
1.8.2