diff options
Diffstat (limited to 'tools/testing/radix-tree/linux/notifier.h')
-rw-r--r-- | tools/testing/radix-tree/linux/notifier.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux/notifier.h b/tools/testing/radix-tree/linux/notifier.h new file mode 100644 index 000000000000..70e4797d5a46 --- /dev/null +++ b/tools/testing/radix-tree/linux/notifier.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _NOTIFIER_H | ||
2 | #define _NOTIFIER_H | ||
3 | |||
4 | struct notifier_block; | ||
5 | |||
6 | #define NOTIFY_OK 0x0001 /* Suits me */ | ||
7 | |||
8 | #endif | ||