GNU Linux-libre 4.9.318-gnu1
[releases.git] / tools / testing / radix-tree / linux / notifier.h
1 #ifndef _NOTIFIER_H
2 #define _NOTIFIER_H
3
4 struct notifier_block;
5
6 #define NOTIFY_OK              0x0001          /* Suits me */
7
8 #endif