9 lines
135 B
C
9 lines
135 B
C
|
#ifndef _NOTIFIER_H
|
||
|
#define _NOTIFIER_H
|
||
|
|
||
|
struct notifier_block;
|
||
|
|
||
|
#define NOTIFY_OK 0x0001 /* Suits me */
|
||
|
|
||
|
#endif
|