linux/tools/testing/radix-tree/linux/notifier.h
<<
>>
Prefs
   1#ifndef _NOTIFIER_H
   2#define _NOTIFIER_H
   3
   4struct notifier_block;
   5
   6#define NOTIFY_OK              0x0001          /* Suits me */
   7
   8#endif
   9