diff options
Diffstat (limited to 'source/module/monitor_kallsyms.h')
| -rw-r--r-- | source/module/monitor_kallsyms.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/module/monitor_kallsyms.h b/source/module/monitor_kallsyms.h index c77e7bd..cab6893 100644 --- a/source/module/monitor_kallsyms.h +++ b/source/module/monitor_kallsyms.h @@ -43,4 +43,7 @@ extern int (*orig_access_remote_vm)( struct mm_struct *mm, unsigned long addr, void *buf, int len, unsigned int gup_flags); // read remote memory extern struct task_struct *(*orig_find_task_by_vpid)( - pid_t nr); // find task by pid
\ No newline at end of file + pid_t nr); // find task by pid + +extern void (*orig_open_softirq)(int nr, void (*action)(struct softirq_action *)); +extern void (*orig_raise_softirq)(unsigned int nr);
\ No newline at end of file |
