Files
2023-05-02 09:58:35 +02:00

9 lines
135 B
C

#ifndef _NOTIFIER_H
#define _NOTIFIER_H
struct notifier_block;
#define NOTIFY_OK 0x0001 /* Suits me */
#endif