aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/notifier.h
blob: 70e4797d5a46f22eb66075d94eeda1a5f8aa9b10 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _NOTIFIER_H
#define _NOTIFIER_H

struct notifier_block;

#define NOTIFY_OK              0x0001          /* Suits me */

#endif