OSDN Git Service

Revert "radix tree test suite: fix compilation"
[android-x86/kernel.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