diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/uprobes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/uprobes.h b/include/linux/uprobes.h index c2df6934fdc6..95d0002efda5 100644 --- a/include/linux/uprobes.h +++ b/include/linux/uprobes.h | |||
| @@ -35,6 +35,9 @@ struct inode; | |||
| 35 | # include <asm/uprobes.h> | 35 | # include <asm/uprobes.h> |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||
| 38 | #define UPROBE_HANDLER_REMOVE 1 | ||
| 39 | #define UPROBE_HANDLER_MASK 1 | ||
| 40 | |||
| 38 | enum uprobe_filter_ctx { | 41 | enum uprobe_filter_ctx { |
| 39 | UPROBE_FILTER_REGISTER, | 42 | UPROBE_FILTER_REGISTER, |
| 40 | UPROBE_FILTER_UNREGISTER, | 43 | UPROBE_FILTER_UNREGISTER, |
