notifier.h 135 B

123456789
  1. #ifndef _NOTIFIER_H
  2. #define _NOTIFIER_H
  3. struct notifier_block;
  4. #define NOTIFY_OK 0x0001 /* Suits me */
  5. #endif